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