voytech / tabulate

Kotlin library for exporting collections of object into tabular formats.
Apache License 2.0
2 stars 0 forks source link

RowResolver -> RowGenerator? #158

Closed voytech closed 10 months ago

voytech commented 2 years ago

Maybe simplify architecture? Make RowResolver a sequence generator and drop RowIterator ?