Uses of Interface
org.danekja.java.util.function.serializable.SerializableConsumer
Packages that use SerializableConsumer
-
Uses of SerializableConsumer in org.danekja.java.util.function.serializable
Methods in org.danekja.java.util.function.serializable that return SerializableConsumerModifier and TypeMethodDescriptiondefault 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 SerializableConsumerModifier and TypeMethodDescriptiondefault SerializableConsumer<T> SerializableConsumer.andThen(SerializableConsumer<? super T> after) Returns a composedSerializableConsumerthat performs, in sequence, this operation followed by theafteroperation.