gremlin-scala icon indicating copy to clipboard operation
gremlin-scala copied to clipboard

Consider changing `branch(T => Iterable[String])` to `branch(T => Iterable[R])`.

Open metasim opened this issue 9 years ago • 1 comments

Is there a fundamental reason the transform function can only generate Strings?

The TinkerPop API is generic on return type.

metasim avatar Mar 18 '16 18:03 metasim

very true (at least nothing comes to my mind), do you wanna create a PR?

mpollmeier avatar Mar 19 '16 03:03 mpollmeier