@FunctionalInterface public interface CheckedBiConsumer<LEFT,RIGHT,THROWABLE extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(LEFT left,
RIGHT right)
The same as
BiConsumer.accept(Object, Object)
except that this method is declared with a throws-clause. |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.