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:
Serializable,Function<T,,V> Function<T,,V> ThrowingFunction<T,V>
- Enclosing class:
Functions
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateThrowingFunctionAdapter(ThrowingFunction<T, V> throwingFunction) -
Method Summary
Methods inherited from class org.eclipse.collections.impl.block.function.checked.CheckedFunction
valueOf
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
throwingFunction
-
-
Constructor Details
-
ThrowingFunctionAdapter
-
-
Method Details
-
safeValueOf
- Throws:
Exception
-