See: Description
| Interface | Description |
|---|---|
| CheckedBiConsumer<T,U> |
A checked version of
BiConsumer. |
| CheckedBiFunction<T,U,R> |
A checked version of
BiFunction. |
| CheckedBinaryOperator<T> |
A checked version of
BinaryOperator. |
| CheckedBiPredicate<T,U> |
A checked version of
BiPredicate. |
| CheckedConsumer<T> |
A checked version of
Consumer. |
| CheckedFunction<T,R> |
A checked version of
Function. |
| CheckedPredicate<T> |
A checked version of
Predicate. |
| CheckedRunnable |
A checked version of
Runnable. |
| CheckedSupplier<R> |
A checked version of
Supplier. |
| CheckedUnaryOperator<T> |
A checked version of
UnaryOperator. |
| DoubleTernaryOperator |
A function of three arguments that returns a value.
|
| IntDoubleConsumer |
An operation consuming two arguments -
int and double. |
| IntDoublePredicate |
A predicate of 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. |
| IntIntDoublePredicate |
A predicate of 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.
|
| ObjDoubleFunction<T,R> |
A function of two arguments - one object and one
double. |
| ObjDoublePredicate<T> |
A predicate of two arguments - one object and one
double. |
| ObjDoubleToDoubleFunction<T> |
A function of two arguments - one object and one
double - that returns a double. |
| ObjIntFunction<T,R> |
A function of two arguments - one object and one
int. |
| ObjIntPredicate<T> |
A predicate of two arguments - one object and one
int. |
| ObjLongFunction<T,R> |
A function of two arguments - one object and one
long. |
| ObjLongPredicate<T> |
A predicate of two arguments - one object and one
long. |
| TriConsumer<T,U,V> |
A consumer that takes three arguments.
|
| TriFunction<T,U,V,R> |
A function that takes three arguments.
|
| TriPredicate<T,U,V> |
A predicate that takes three arguments.
|
These functional interfaces follow the naming conventions of Java SE 8.
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.