O1
- Input type 1.O2
- Input type 2.R
- Return type.T
- Thrown exception.FailableBiFunction
.@Deprecated @FunctionalInterface public static interface Functions.FailableBiFunction<O1,O2,R,T extends Throwable>
BiFunction
that declares a Throwable
.
TODO for 4.0: Move to org.apache.commons.lang3.function.
Modifier and Type | Method and Description |
---|---|
R |
apply(O1 input1,
O2 input2)
Deprecated.
Applies this function.
|
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.