@FunctionalInterface public static interface Functions.FailableBiFunction<I1,I2,O,T extends Throwable>
Modifier and Type | Method and Description |
---|---|
O |
apply(I1 pInput1,
I2 pInput2)
Apply the function.
|
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.