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