| Package | Description |
|---|---|
| com.tinkerpop.gremlin.process.computer |
| Modifier and Type | Method and Description |
|---|---|
static <M> MessageScope.Local<M> |
MessageScope.Local.of(java.util.function.Supplier<? extends Traversal<Vertex,Edge>> incidentTraversal) |
static <M> MessageScope.Local<M> |
MessageScope.Local.of(java.util.function.Supplier<? extends Traversal<Vertex,Edge>> incidentTraversal,
java.util.function.BiFunction<M,Edge,M> edgeFunction) |
| Constructor and Description |
|---|
ReverseTraversalSupplier(MessageScope.Local<?> localMessageScope) |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.