480481482483484485486
* Emit the tail vertex of the incoming edge. * * @return the extended Pipeline */ public GremlinPipeline<S, Vertex> outV() { return this.add(new OutVertexPipe()); }