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