T - the type of the input to the operationpublic interface IConsumer<T>
CommonsConsumer is
expected to operate via side-effects.java.util.function.Consumer
and works as a placeholder.| 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 © 2014–2015 Philip Helger. All rights reserved.