gremlin-scala
gremlin-scala copied to clipboard
Consider changing `branch(T => Iterable[String])` to `branch(T => Iterable[R])`.
Is there a fundamental reason the transform function can only generate Strings?
The TinkerPop API is generic on return type.
very true (at least nothing comes to my mind), do you wanna create a PR?