410411412413414415416
* Emit the head vertex of the incoming edge. * * @return the extended Pipeline */ public GremlinPipeline<S, Vertex> inV() { return this.add(new InVertexPipe()); }