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