T - Argument typepublic interface Consumer<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
apply(T input)
Applies this function to
input |
void apply(T input)
inputinput - InputCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.