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