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