Uses of Interface
com.gengoai.function.SerializableLongSupplier
-
Packages that use SerializableLongSupplier Package Description com.gengoai.function Checked and Serializable versions of Java 8's functional elements. -
-
Uses of SerializableLongSupplier in com.gengoai.function
Methods in com.gengoai.function that return SerializableLongSupplier Modifier and Type Method Description static SerializableLongSupplier
Unchecked. longSupplier(CheckedLongSupplier checked)
Generates a version of LongSupplier that will capture exceptions and rethrow them as runtime exceptionsMethods in com.gengoai.function with parameters of type SerializableLongSupplier Modifier and Type Method Description static LongSupplier
Serialized. longSupplier(SerializableLongSupplier serialized)
Generates a serialized version of LongSupplier
-