Class Functions.DefaultFunction<T,V>
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Functions.DefaultFunction<T,V>
-
-
Field Summary
Fields Modifier and Type Field Description private V
defaultValue
private Function<? super T,? extends V>
function
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
DefaultFunction(Function<? super T,? extends V> newFunction, V newDefaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
valueOf(T anObject)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
defaultValue
private final V defaultValue
-
-