-
- 类型参数:
T
- The type of this consumer
public interface ExceptionConsumer<T>
- 从以下版本开始:
- 2.7
- 另请参阅:
Consumer
-
-
方法概要
修饰符和类型 方法 说明 void
accept(T value)
default ExceptionConsumer<T>
addThen(@NotNull ExceptionConsumer<T> next)
-
-
-
方法详细资料
-
addThen
default ExceptionConsumer<T> addThen(@NotNull @NotNull ExceptionConsumer<T> next)
-
-