T1
- the first argument typeT2
- the second argument typeR
- the output value typepublic interface PlainBiFunction<T1,T2,R> extends BiFunction<T1,T2,R>
BiFunction
with suppressed exception on its
apply(Object, Object)
method.Modifier and Type | Method and Description |
---|---|
R |
apply(T1 t1,
T2 t2) |