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>
public abstract class CheckedFunction2<T1,T2,R> extends Object implements Function2<T1,T2,R>, ThrowingFunction2<T1,T2,R>
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CheckedFunction2() -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.collections.impl.block.function.checked.ThrowingFunction2
safeValue