tree-ware / tree-ware-kotlin-core

Apache License 2.0
1 stars 0 forks source link

Move forEach code from operator package to a new package called traversal #41

Closed deepak-nulu closed 3 years ago

deepak-nulu commented 3 years ago

The operator package should contain operators like union, intersection, difference, etc. The forEach code does not produce any output and is therefore not an operator. So it should be moved to a new package named traversal (existing packages are nouns and therefore traversal and not traverse).