Uses of Interface
com.gengoai.function.SerializableIntToDoubleFunction
-
Packages that use SerializableIntToDoubleFunction Package Description com.gengoai.function Checked and Serializable versions of Java 8's functional elements. -
-
Uses of SerializableIntToDoubleFunction in com.gengoai.function
Methods in com.gengoai.function that return SerializableIntToDoubleFunction Modifier and Type Method Description static SerializableIntToDoubleFunction
Unchecked. intToDoubleFunction(CheckedIntToDoubleFunction checked)
Generates a version of IntToDoubleFunction that will capture exceptions and rethrow them as runtime exceptionsMethods in com.gengoai.function with parameters of type SerializableIntToDoubleFunction Modifier and Type Method Description static IntToDoubleFunction
Serialized. intToDoubleFunction(SerializableIntToDoubleFunction serialized)
Generates a serialized version of IntToDoubleFunction
-