T - Type of the first (and only) argumentpublic interface Consumer<T>
extends java.io.Serializable
java.lang.AutoCloseable then it will be
 automatically closed when the application terminates.| Modifier and Type | Method and Description | 
|---|---|
| void | accept(T v) | 
void accept(T v)