Interface RowCallback<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
-
Method Details
-
onRow
- Returns:
CallbackResult.DONEto signal to the producer that no more elements should be produced; otherwiseCallbackResult.CONTINUEto indicate if the producer has more elements to continue callingonRow
-