Uses of Interface
com.gengoai.function.CheckedIntPredicate
-
Packages that use CheckedIntPredicate Package Description com.gengoai.function Checked and Serializable versions of Java 8's functional elements. -
-
Uses of CheckedIntPredicate in com.gengoai.function
Methods in com.gengoai.function with parameters of type CheckedIntPredicate Modifier and Type Method Description static SerializableIntPredicate
Unchecked. intPredicate(CheckedIntPredicate checked)
Generates a version of IntPredicate that will capture exceptions and rethrow them as runtime exceptions
-