| Interface | Description |
|---|---|
| TriFunction<A,B,C,D> |
Interface for a function that receives three arguments and returns a result.
|
| Class | Description |
|---|---|
| BiFunctionAdapter<T,U,R> |
Implementation of a binary function that delegates to another
binary function
|
| BiFunctions |
Utility methods for creating
BiFunction instances. |
| CachingBiFunction<T,U,R> |
Implementation of a BiFunction that internally caches the values
that are obtained from a delegate
|
| DoubleFunctionAdapter<T> |
Implementation of a double function that delegates to another
double function
|
| DoubleFunctions |
Methods related to DoubleFunctions and Functions that return Double
values
|
| DoubleUnaryOperatorAdapter |
Implementation of a
DoubleUnaryOperator function that delegates
to another DoubleUnaryOperator |
| DoubleUnaryOperators |
Utility methods to create
DoubleUnaryOperator instances |
| Functions |
Utility methods for creating
Function instances. |
| Named |
Methods to create named instances of functional classes.
|
| ToDoubleBiFunctions |
Utility methods for creating
ToDoubleBiFunction instances. |
Copyright © 2020. All rights reserved.