| Package | Description |
|---|---|
| org.atlanmod.commons.function |
Provides functional interfaces that extend the Java functions.
|
| Modifier and Type | Method and Description |
|---|---|
default TriConsumer<T,U,V> |
TriConsumer.andThen(TriConsumer<? super T,? super U,? super V> after)
Returns a composed
TriConsumer that performs, in sequence, this operation followed by the after
operation. |
| Modifier and Type | Method and Description |
|---|---|
default TriConsumer<T,U,V> |
TriConsumer.andThen(TriConsumer<? super T,? super U,? super V> after)
Returns a composed
TriConsumer that performs, in sequence, this operation followed by the after
operation. |
Copyright © 2017–2019 Atlanmod. All rights reserved.