public abstract class CheckedFunction2<T1,T2,R> extends java.lang.Object implements com.gs.collections.api.block.function.Function2<T1,T2,R>
CheckedFunction2()
abstract R
safeValue(T1 argument1, T2 argument2)
R
value(T1 argument1, T2 argument2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CheckedFunction2()
public final R value(T1 argument1, T2 argument2)
value
com.gs.collections.api.block.function.Function2<T1,T2,R>
public abstract R safeValue(T1 argument1, T2 argument2) throws java.lang.Exception
java.lang.Exception