Uses of Interface
com.gengoai.function.CheckedBiPredicate
-
Packages that use CheckedBiPredicate Package Description com.gengoai.function Checked and Serializable versions of Java 8's functional elements. -
-
Uses of CheckedBiPredicate in com.gengoai.function
Methods in com.gengoai.function with parameters of type CheckedBiPredicate Modifier and Type Method Description static <T,U>
SerializableBiPredicate<T,U>Unchecked. biPredicate(CheckedBiPredicate<T,U> checked)
Generates a version of BiPredicate that will capture exceptions and rethrow them as runtime exceptions
-