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