491492493494495496497
* * @param keys the keys to get from the element (if none provided, all keys retrieved) * @return the extended Pipeline */ public GremlinPipeline<S, Map<String, Object>> map(final String... keys) { return this.add(new PropertyMapPipe(keys)); }