Uses of Interface
org.apache.commons.lang3.Functions.FailableBiFunction
-
Packages that use Functions.FailableBiFunction Package Description org.apache.commons.lang3 Provides highly reusable static utility methods, chiefly concerned with adding value to thejava.lang
classes. -
-
Uses of Functions.FailableBiFunction in org.apache.commons.lang3
Methods in org.apache.commons.lang3 with parameters of type Functions.FailableBiFunction Modifier and Type Method Description static <I1,I2,O,T extends java.lang.Throwable>
OFunctions. apply(Functions.FailableBiFunction<I1,I2,O,T> pFunction, I1 pInput1, I2 pInput2)
Applies a function and rethrows any exception as aRuntimeException
.
-