| Package | Description |
|---|---|
| org.cloudburstmc.protocol.common.util |
| Modifier and Type | Method and Description |
|---|---|
default TriConsumer<T,U,R> |
TriConsumer.andThen(TriConsumer<? super T,? super U,? super R> after)
Returns a composed
TriConsumer that performs, in sequence, this
operation followed by the after operation. |
static <T,U,R> TriConsumer<T,U,R> |
TriConsumer.from(BiConsumer<? super T,? super R> consumer) |
| Modifier and Type | Method and Description |
|---|---|
default TriConsumer<T,U,R> |
TriConsumer.andThen(TriConsumer<? super T,? super U,? super R> after)
Returns a composed
TriConsumer that performs, in sequence, this
operation followed by the after operation. |
Copyright © 2018–2022 CloudburstMC. All rights reserved.