| Package | Description |
|---|---|
| org.danekja.java.util.function.serializable |
This package contains serializable versions of JDK's
java.util.function package |
| Modifier and Type | Method and Description |
|---|---|
default SerializableConsumer<T> |
SerializableConsumer.andThen(SerializableConsumer<? super T> after)
Returns a composed
SerializableConsumer that performs, in sequence,
this operation followed by the after operation. |
| Modifier and Type | Method and Description |
|---|---|
default SerializableConsumer<T> |
SerializableConsumer.andThen(SerializableConsumer<? super T> after)
Returns a composed
SerializableConsumer that performs, in sequence,
this operation followed by the after operation. |
Copyright © 2019. All rights reserved.