@FunctionalInterface public interface XBiConsumer<T,U,X extends Exception>
BiConsumer| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t,
U u)
Performs this operation on the given arguments.
|
Copyright © 2021 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.