| Package | Description |
|---|---|
| com.opengamma.strata.collect |
Root package for common data structures used by Strata.
|
| com.opengamma.strata.collect.function |
Additional functional interfaces not supplied by Java SE 8.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,R> Function<T,R> |
Unchecked.function(CheckedFunction<T,R> function)
Converts checked exceptions to unchecked based on the
Function interface. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CheckedUnaryOperator<T>
A checked version of
UnaryOperator. |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.