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