Uses of Interface
org.danekja.java.util.function.serializable.SerializableIntConsumer
-
Packages that use SerializableIntConsumer Package Description org.danekja.java.util.function.serializable This package contains serializable versions of JDK'sjava.util.functionpackage -
-
Uses of SerializableIntConsumer in org.danekja.java.util.function.serializable
Methods in org.danekja.java.util.function.serializable that return SerializableIntConsumer Modifier and Type Method Description default SerializableIntConsumerSerializableIntConsumer. andThen(SerializableIntConsumer after)Returns a composedSerializableIntConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in org.danekja.java.util.function.serializable with parameters of type SerializableIntConsumer Modifier and Type Method Description default SerializableIntConsumerSerializableIntConsumer. andThen(SerializableIntConsumer after)Returns a composedSerializableIntConsumerthat performs, in sequence, this operation followed by theafteroperation.
-