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