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