T - TU - U@FunctionalInterface public interface ExceptionBiConsumer<T,U>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(T t,
U u)
Performs this operation on the given arguments.
|
default ExceptionBiConsumer<T,U> |
acceptThen(T t,
U u) |
default void |
acceptWithCatchAny(T t,
U u) |
default void |
acceptWithThrowAny(T t,
U u) |
default ExceptionBiConsumer<T,U> |
andThen(ExceptionBiConsumer<? super T,? super U> after) |
default java.util.function.BiConsumer<T,U> |
toBiConsumer() |
void accept(T t, U u) throws Exception
t - the first input argumentu - the second input argumentException - 异常default ExceptionBiConsumer<T,U> andThen(ExceptionBiConsumer<? super T,? super U> after)
default java.util.function.BiConsumer<T,U> toBiConsumer()
Copyright © 2022. All rights reserved.