| Interface | Description |
|---|---|
| TriFunction<T1,T2,T3,R> |
A ternary functor.
|
| Class | Description |
|---|---|
| ConstantFunction<T,R> |
A function constantly returning the same value.
|
| ConstantMapper<T,R> |
Transforms a value using mapping contained in the passed map.
|
| ConstantSupplier<T> |
Constantly returns a value.
|
| FirstParam<T1,T2> |
A binary function yielding the first passed parameter.
|
| FirstParamOfThree<T1,T2,T3> |
A ternary function yielding the first passed parameter.
|
| Flipper<T,U,R> |
Adapts a binary function to another binary function by swapping formal
parameters.
|
| Inet4AddressToLong |
A unary function transforming an Inet4Address to a Long.
|
| JavaIntrospector |
A binary function yielding PropertyDescriptors of a class.
|
| LongToInet4Address |
A unary function transforming a Long to an Inet4Address.
|
| MemoizingFunction<T,R> |
A proxy that returns the value provided by the given function, evaluated only
once for each parameter.
|
| MemoizingSupplier<T> |
A proxy that returns the value provided by the given supplier, evaluated
only once.
|
| Pluck<T,R> |
Plucks a property from a bean.
|
| SecondParam<T1,T2> |
A binary function yielding second passed parameter.
|
| SecondParamOfThree<T1,T2,T3> |
A ternary function yielding the second passed parameter.
|
| Tapper<T> |
Applies an consumer to an element and returns the (possibly modified) element.
|
| ThirdParam<T1,T2,T3> |
A ternary function yielding third passed parameter.
|
| UnaryOperatorsComposer<T> |
Composes an iterator of unary operators.
|
Copyright © 2017. All rights reserved.