T
- - the type of the input to the functionpublic 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 value to consumeCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.