Uses of Interface
com.gengoai.function.CheckedDoubleConsumer
-
Packages that use CheckedDoubleConsumer Package Description com.gengoai.function Checked and Serializable versions of Java 8's functional elements. -
-
Uses of CheckedDoubleConsumer in com.gengoai.function
Methods in com.gengoai.function with parameters of type CheckedDoubleConsumer Modifier and Type Method Description static SerializableDoubleConsumer
Unchecked. doubleConsumer(CheckedDoubleConsumer checked)
Generates a version of DoubleConsumer that will capture exceptions and rethrow them as runtime exceptions
-