T1 - the type parameterT2 - the type parameterR - the type parameterE - the type parameter@FunctionalInterface
public interface IJavetBiFunction<T1,T2,R,E extends java.lang.Throwable>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T1 value1,
T2 value2)
Apply.
|
R apply(T1 value1, T2 value2) throws JavetException, E extends java.lang.Throwable
value1 - the value 1value2 - the value 2JavetException - the javet exceptionE - the custom exceptionE extends java.lang.Throwable