T - the type of the input argumentpublic interface Consumer<T> extends Operation
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T input)
Performs an operation on the given argument.
|
void accept(T input)
input - the inputCopyright © 2023 The Apache Software Foundation. All rights reserved.