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