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