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