| Package | Description |
|---|---|
| com.opengamma.strata.collect |
Root package for common data structures used by Strata.
|
| com.opengamma.strata.collect.array |
Array data structures.
|
| com.opengamma.strata.collect.function |
Additional functional interfaces not supplied by Java SE 8.
|
| com.opengamma.strata.collect.io |
Provides utilities for the management of input and output.
|
| com.opengamma.strata.collect.timeseries |
Time-series data structures.
|
| Class and Description |
|---|
| CheckedBiConsumer
A checked version of
BiConsumer. |
| CheckedBiFunction
A checked version of
BiFunction. |
| CheckedBinaryOperator
A checked version of
BinaryOperator. |
| CheckedBiPredicate
A checked version of
BiPredicate. |
| CheckedConsumer
A checked version of
Consumer. |
| CheckedFunction
A checked version of
Function. |
| CheckedPredicate
A checked version of
Predicate. |
| CheckedRunnable
A checked version of
Runnable. |
| CheckedSupplier
A checked version of
Supplier. |
| CheckedUnaryOperator
A checked version of
UnaryOperator. |
| Class and Description |
|---|
| DoubleTernaryOperator
A function of three arguments that returns a value.
|
| IntDoubleConsumer
An operation consuming two arguments -
int and double. |
| IntDoubleToDoubleFunction
A function of two arguments -
int and double. |
| IntIntConsumer
An operation consuming two arguments -
int and int. |
| IntIntDoubleConsumer
An operation consuming three arguments -
int, int and double. |
| IntIntDoubleToDoubleFunction
A function of three arguments -
int, int and double. |
| IntIntToDoubleFunction
A function of two arguments -
int and int. |
| IntLongConsumer
An operation consuming two arguments -
int and long. |
| IntLongToLongFunction
A function of two arguments -
int and long. |
| IntTernaryOperator
A function of three arguments that returns a value.
|
| LongTernaryOperator
A function of three arguments that returns a value.
|
| Class and Description |
|---|
| CheckedBiFunction
A checked version of
BiFunction. |
| CheckedFunction
A checked version of
Function. |
| ObjDoubleFunction
A function of two arguments - one object and one
double. |
| ObjDoublePredicate
A predicate of two arguments - one object and one
double. |
| ObjDoubleToDoubleFunction
A function of two arguments - one object and one
double - that returns a double. |
| ObjIntFunction
A function of two arguments - one object and one
int. |
| ObjIntPredicate
A predicate of two arguments - one object and one
int. |
| ObjLongFunction
A function of two arguments - one object and one
long. |
| ObjLongPredicate
A predicate of two arguments - one object and one
long. |
| TriConsumer
A consumer that takes three arguments.
|
| TriFunction
A function that takes three arguments.
|
| TriPredicate
A predicate that takes three arguments.
|
| Class and Description |
|---|
| CheckedSupplier
A checked version of
Supplier. |
| Class and Description |
|---|
| ObjDoublePredicate
A predicate of two arguments - one object and one
double. |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.