voytech / tabulate

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

Rework Operations API. #153

Closed voytech closed 2 years ago

voytech commented 2 years ago
  1. Make each operation a functional interface compatible with specific operation context. Single render method should be present.
  2. Abandon additional context/operation abstraction level. There is no need to distinguish between base attributed operation and exposed operation api. To hide attribute set from operation context we can just make it as internal. We loose ability to iterate over attributes from client code, but in fact we should not have this possibility as long as this part should be only managed by engine.