T
- The type of the Object that can be receivedpublic interface IConsumer<T>
Modifier and Type | Method and Description |
---|---|
void |
apply(T value)
This operation is called in order to give to the consumer an Object.
|
void apply(T value)
value
- The Object