Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Are there more outputs?
Important only invoke this once, as this method do not carry state, and is not intended to be used in a while
loop, but used by a if statement instead.
|
List<T> |
next()
Next group of outputs
Important only invoke this once, as this method do not carry state, and is not intended to be used in a while
loop, but used by a if statement instead.
|
List<T> next()
boolean hasNext()
Apache Camel