| 程序包 | 说明 |
|---|---|
| cn.gongler.util.function |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
TriConsumer<T,U,W> |
| 限定符和类型 | 方法和说明 |
|---|---|
default ExceptionTriConsumer<T,U,W> |
TriConsumer.acceptThen(T t,
U u,
W w) |
default ExceptionTriConsumer<T,U,W> |
ExceptionTriConsumer.acceptThen(T t,
U u,
W w) |
default ExceptionTriConsumer<T,U,W> |
ExceptionTriConsumer.andThen(ExceptionTriConsumer<? super T,? super U,? super W> after)
Returns a composed
BiConsumer that performs, in sequence, this
operation followed by the after operation. |
| 限定符和类型 | 方法和说明 |
|---|---|
default ExceptionTriConsumer<T,U,W> |
ExceptionTriConsumer.andThen(ExceptionTriConsumer<? super T,? super U,? super W> after)
Returns a composed
BiConsumer that performs, in sequence, this
operation followed by the after operation. |
Copyright © 2022. All rights reserved.