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