public interface Consumer<T>
This class will be removed once the sdk is upgraded for Java8
| 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 © 2019. All rights reserved.