Uses of Interface
com.gengoai.function.CheckedPredicate
-
Packages that use CheckedPredicate Package Description com.gengoai.function Checked and Serializable versions of Java 8's functional elements. -
-
Uses of CheckedPredicate in com.gengoai.function
Methods in com.gengoai.function that return CheckedPredicate Modifier and Type Method Description static <T> CheckedPredicate<T>
CheckedPredicate. instanceOf(Class<?> clazz)
Methods in com.gengoai.function with parameters of type CheckedPredicate Modifier and Type Method Description static <T> SerializablePredicate<T>
Unchecked. predicate(CheckedPredicate<T> checked)
Generates a version of Predicate that will capture exceptions and rethrow them as runtime exceptions
-