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 java.lang.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.
|
R apply(O1 input1, O2 input2) throws T extends java.lang.Throwable
input1
- the first input for the functioninput2
- the second input for the functionT
- Thrown when the function fails.T extends java.lang.Throwable
Copyright © 2010 - 2023 Adobe. All Rights Reserved