Class Functions2.ThrowingFunction2Adapter<T,P,V>
java.lang.Object
org.eclipse.collections.impl.block.function.checked.CheckedFunction2<T,P,V>
org.eclipse.collections.impl.block.factory.Functions2.ThrowingFunction2Adapter<T,P,V>
- All Implemented Interfaces:
Serializable
,BiFunction<T,
,P, V> Function2<T,
,P, V> ThrowingFunction2<T,
P, V>
- Enclosing class:
Functions2
private static final class Functions2.ThrowingFunction2Adapter<T,P,V>
extends CheckedFunction2<T,P,V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
private final ThrowingFunction2
<T, P, V> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ThrowingFunction2Adapter
(ThrowingFunction2<T, P, V> throwingFunction2) -
Method Summary
Methods inherited from class org.eclipse.collections.impl.block.function.checked.CheckedFunction2
value
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiFunction
andThen
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
throwingFunction2
-
-
Constructor Details
-
ThrowingFunction2Adapter
-
-
Method Details
-
safeValue
- Throws:
Exception
-