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