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