C - the consumed element generic typepublic interface Consumer<C>
extends java.io.Flushable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<C> |
getConsumedType()
Returns the class of the element generic type.
|
void |
provide(C element)
Provide an element.
|
Copyright © 2014 eXo Platform SAS. All Rights Reserved.