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