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