T - the type of the input to the operationpublic interface Consumer<T>
| Modifier and Type | Method | Description | 
|---|---|---|
| void | accept(T t) | Performs this operation on the given argument. | 
void accept(T t)
t - the input argumentCopyright © 2020. All rights reserved.