Interface RowConsumerResult<T>

All Superinterfaces:
RowConsumer
All Known Implementing Classes:
RowConsumerTableCreator

public interface RowConsumerResult<T> extends RowConsumer
A row consumer that can build a final result once all input rows have been processed.
  • Method Summary

    Modifier and Type
    Method
    Description
    buildResult(DataSource dataSource)
     

    Methods inherited from interface app.babylon.table.io.RowConsumer

    accept
  • Method Details