Uses of Interface
org.apache.commons.lang3.Functions.FailableBiConsumer
-
Packages that use Functions.FailableBiConsumer Package Description org.apache.commons.lang3 Provides highly reusable static utility methods, chiefly concerned with adding value to thejava.lang
classes. -
-
Uses of Functions.FailableBiConsumer in org.apache.commons.lang3
Methods in org.apache.commons.lang3 with parameters of type Functions.FailableBiConsumer Modifier and Type Method Description static <O1,O2,T extends java.lang.Throwable>
voidFunctions. accept(Functions.FailableBiConsumer<O1,O2,T> pConsumer, O1 pObject1, O2 pObject2)
Consumes a consumer and rethrows any exception as aRuntimeException
.
-