Class Functions2.FunctionAdapter<T,P,V>
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Functions2.FunctionAdapter<T,P,V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.BiFunction<T,P,V>
,Function2<T,P,V>
- Enclosing class:
- Functions2
private static final class Functions2.FunctionAdapter<T,P,V> extends java.lang.Object implements Function2<T,P,V>
-
-
Field Summary
Fields Modifier and Type Field Description private Function<? super T,? extends V>
function
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
FunctionAdapter(Function<? super T,? extends V> function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
value(T each, P parameter)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-