java.io.Serializable
, java.util.function.BiFunction<T1,T2,R>
, Function2<T1,T2,R>
, ThrowingFunction2<T1,T2,R>
public abstract class CheckedFunction2<T1,T2,R> extends java.lang.Object implements Function2<T1,T2,R>, ThrowingFunction2<T1,T2,R>
Constructor | Description |
---|---|
CheckedFunction2() |
Modifier and Type | Method | Description |
---|---|---|
R |
value(T1 argument1,
T2 argument2) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
safeValue
Copyright © 2004–2020. All rights reserved.