Class Functions.FixedValueFunction<T,V>
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Functions.FixedValueFunction<T,V>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
private V
value
-
Constructor Summary
Constructors Modifier Constructor Description private
FixedValueFunction(V value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
valueOf(T object)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
value
private final V value
-
-
Constructor Detail
-
FixedValueFunction
private FixedValueFunction(V value)
-
-