Class Functions.ThrowingFunctionAdapter<T,V>
- java.lang.Object
-
- org.eclipse.collections.impl.block.function.checked.CheckedFunction<T,V>
-
- org.eclipse.collections.impl.block.factory.Functions.ThrowingFunctionAdapter<T,V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Function<T,V>
,Function<T,V>
,ThrowingFunction<T,V>
- Enclosing class:
- Functions
private static final class Functions.ThrowingFunctionAdapter<T,V> extends CheckedFunction<T,V>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
private ThrowingFunction<T,V>
throwingFunction
-
Constructor Summary
Constructors Modifier Constructor Description private
ThrowingFunctionAdapter(ThrowingFunction<T,V> throwingFunction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
safeValueOf(T object)
-
Methods inherited from class org.eclipse.collections.impl.block.function.checked.CheckedFunction
valueOf
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
throwingFunction
private final ThrowingFunction<T,V> throwingFunction
-
-
Constructor Detail
-
ThrowingFunctionAdapter
private ThrowingFunctionAdapter(ThrowingFunction<T,V> throwingFunction)
-
-