Uses of Interface
org.danekja.java.util.function.serializable.SerializableLongConsumer
-
Packages that use SerializableLongConsumer Package Description org.danekja.java.util.function.serializable This package contains serializable versions of JDK'sjava.util.functionpackage -
-
Uses of SerializableLongConsumer in org.danekja.java.util.function.serializable
Methods in org.danekja.java.util.function.serializable that return SerializableLongConsumer Modifier and Type Method Description default 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 SerializableLongConsumer Modifier and Type Method Description default SerializableLongConsumerSerializableLongConsumer. andThen(SerializableLongConsumer after)Returns a composedSerializableLongConsumerthat performs, in sequence, this operation followed by theafteroperation.
-