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 longprivate final ThrowingFunction2<T, P, V> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateThrowingFunction2Adapter(ThrowingFunction2<T, P, V> throwingFunction2) -
Method Summary
Methods inherited from class CheckedFunction2
valueMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiFunction
andThen
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
throwingFunction2
-
-
Constructor Details
-
ThrowingFunction2Adapter
-
-
Method Details
-
safeValue
-