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