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