T - the type of items to be processed@FunctionalInterface public interface UnfailingItemConsumer<T extends Item> extends ItemConsumer<T>, Consumer<T>
ItemConsumer in that it cannot throw
checked exceptions| Modifier and Type | Method and Description |
|---|---|
void |
accept(T item)
Process one item
|