T - the type of the input to the operationpublic 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 © 2018. All rights reserved.