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