@FunctionalInterface public interface CheckedBiConsumer<T,U,E extends Exception>
BiConsumer, but allows throwing checked exceptions.| Modifier and Type | Method and Description |
|---|---|
void |
accept(T param1,
U param2) |
default BiConsumer<T,U> |
toBiConsumer()
Returns
BiConsumer, that throw the configured Exception as
CheckedFunctionRuntimeException. |
default BiConsumer<T,U> toBiConsumer()
BiConsumer, that throw the configured Exception as
CheckedFunctionRuntimeException.Copyright © 2026. All rights reserved.