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