Uses of Interface
com.gengoai.function.SerializableIntSupplier
-
Packages that use SerializableIntSupplier Package Description com.gengoai.function Checked and Serializable versions of Java 8's functional elements. -
-
Uses of SerializableIntSupplier in com.gengoai.function
Methods in com.gengoai.function that return SerializableIntSupplier 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 exceptionsMethods in com.gengoai.function with parameters of type SerializableIntSupplier Modifier and Type Method Description static IntSupplier
Serialized. intSupplier(SerializableIntSupplier serialized)
Generates a serialized version of IntSupplier
-