Uses of Interface
org.danekja.java.util.function.serializable.SerializableLongConsumer
Packages that use SerializableLongConsumer
-
Uses of SerializableLongConsumer in org.danekja.java.util.function.serializable
Methods in org.danekja.java.util.function.serializable that return SerializableLongConsumerModifier and TypeMethodDescriptiondefault SerializableLongConsumerSerializableLongConsumer.andThen(SerializableLongConsumer after) Returns a composedSerializableLongConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in org.danekja.java.util.function.serializable with parameters of type SerializableLongConsumerModifier and TypeMethodDescriptiondefault SerializableLongConsumerSerializableLongConsumer.andThen(SerializableLongConsumer after) Returns a composedSerializableLongConsumerthat performs, in sequence, this operation followed by theafteroperation.