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