Class CheckedFunction2<T1,T2,R>
java.lang.Object
org.eclipse.collections.impl.block.function.checked.CheckedFunction2<T1,T2,R>
- All Implemented Interfaces:
Serializable, BiFunction<T1,T2, R>, Function2<T1, T2, R>, ThrowingFunction2<T1, T2, R>
- Direct Known Subclasses:
Functions2.ThrowingFunction2Adapter
public abstract class CheckedFunction2<T1,T2,R>
extends Object
implements Function2<T1,T2,R>, ThrowingFunction2<T1,T2,R>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiFunction
andThenMethods inherited from interface ThrowingFunction2
safeValue
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
CheckedFunction2
public CheckedFunction2()
-
-
Method Details
-
value
-