@FunctionalInterface public static interface CollectionUtils.BiConsumerWithException<S,T,E extends java.lang.Exception>
BiConsumer, except it allows throwing a
checked exceptions.| Modifier and Type | Method and Description |
|---|---|
void |
accept(S s,
T t)
Performs this operation on the given argument.
|