Uses of Interface
org.apache.commons.lang3.Functions.FailablePredicate
-
Packages that use Functions.FailablePredicate Package Description org.apache.commons.lang3 Provides highly reusable static utility methods, chiefly concerned with adding value to thejava.lang
classes. -
-
Uses of Functions.FailablePredicate in org.apache.commons.lang3
Methods in org.apache.commons.lang3 with parameters of type Functions.FailablePredicate Modifier and Type Method Description static <O,T extends java.lang.Throwable>
booleanFunctions. test(Functions.FailablePredicate<O,T> pPredicate, O pObject)
Tests a predicate and rethrows any exception as aRuntimeException
.
-