Class Functions.NullSafeFunction<T,V>
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Functions.NullSafeFunction<T,V>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NullSafeFunction(Function<? super T,? extends V> function, V nullValue)
-
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
-
nullValue
private final V nullValue
-
-