Closed ytanay closed 1 year ago
I noticed .e() is not available on TraversalBuilder - this patch adds it.
.e()
TraversalBuilder
(I prefer to separate traversal building from the client instance, so that's why I usually use TraversalBuilder directly).
I noticed
.e()
is not available onTraversalBuilder
- this patch adds it.(I prefer to separate traversal building from the client instance, so that's why I usually use
TraversalBuilder
directly).