T
- type of values produced by sourcepublic interface SourceFunc<T> extends TFunction<T,T>
Modifier and Type | Method and Description |
---|---|
default void |
close()
Closes the source
|
boolean |
hasNext()
Weather we have more data
|
T |
next()
Get the next value
|