318319320321322323324
* Emit both the tail and head vertices of the incoming edge. * * @return the extended Pipeline */ public GremlinPipeline<S, Vertex> bothV() { return this.add(new BothVerticesPipe()); }