T
- the type of items to be processed@FunctionalInterface public interface UnfailingItemConsumer<T extends Item> extends ItemConsumer<T>, java.util.function.Consumer<T>
ItemConsumer
in that it cannot throw
checked exceptionsModifier and Type | Method and Description |
---|---|
void |
accept(T item)
Process one item
|
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.