T - the type of stream elementspublic interface Callback<T>
StreamConsumer.| Modifier and Type | Field and Description |
|---|---|
static Iteration |
iteration
The ongoing iteration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
consume(T element)
Implement to consume an element of the stream.
|
Copyright © 2017. All Rights Reserved.