| 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 <R> Supplier<R> |
Unchecked.supplier(CheckedSupplier<R> supplier)
Converts checked exceptions to unchecked based on the
Supplier interface. |
static <T> T |
Unchecked.wrap(CheckedSupplier<T> block)
Wraps a block of code, converting checked exceptions to unchecked.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayByteSource |
ArrayByteSource.from(CheckedSupplier<InputStream> inputStreamSupplier)
Obtains an instance from an input stream.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.