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