| Package | Description |
|---|---|
| com.opengamma.strata.collect |
Root package for common data structures used by Strata.
|
| com.opengamma.strata.collect.io |
Provides utilities for the management of input and output.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Consumer<T> |
Unchecked.consumer(CheckedConsumer<T> consumer)
Converts checked exceptions to unchecked based on the
Consumer interface. |
| Modifier and Type | Method and Description |
|---|---|
static ArrayByteSource |
ArrayByteSource.fromOutput(CheckedConsumer<OutputStream> handler)
Obtains an instance that captures the contents of an output stream.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.