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