Uses of Interface
com.gengoai.function.CheckedObjLongConsumer
-
Packages that use CheckedObjLongConsumer Package Description com.gengoai.function Checked and Serializable versions of Java 8's functional elements. -
-
Uses of CheckedObjLongConsumer in com.gengoai.function
Methods in com.gengoai.function with parameters of type CheckedObjLongConsumer 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 exceptions
-