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