T - the type of the input to the operation@FunctionalInterface public interface Consumer<T>
BiConsumer| Modifier and Type | Interface and Description |
|---|---|
static class |
Consumer.Util |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t)
Performs operation on argument.
|
void accept(T t)
t - the input argumentCopyright © 2017. All rights reserved.