Alex Matiushkin
Alex Matiushkin
Traverser context builder defines a context strategy (see TraverseContextBuilder.[ContextStrategy](https://github.com/intuit/Traverser/blob/4ad80b64ca4cfb5492bb822b9363ec5cafc209c2/src/main/java/com/intuit/commons/traverser/TraverseContextBuilder.java#L173)), which helps to control result during traversal. In case of post order traversal, the action to set result is invoked once...
Explore and create an example of how traverser's iterators API can be used in Kotlin. It could be as as small as code snippet or full-fledged example application. This task...
Add example of using this library API in Scala, Groovy, Kotlin as test or sample code or code snippet. There is no required minimum, even one example from list is...
There few things which would be nice to have as part of this PR: - example of how to import Traverser into Kotlin project - sample code snippet which runs...