Class CheckedFunction2<T1,T2,R>
- java.lang.Object
-
- org.eclipse.collections.impl.block.function.checked.CheckedFunction2<T1,T2,R>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.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 java.lang.Object implements Function2<T1,T2,R>, ThrowingFunction2<T1,T2,R>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CheckedFunction2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description R
value(T1 argument1, T2 argument2)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.impl.block.function.checked.ThrowingFunction2
safeValue
-
-