Skip to content

Instantly share code, notes, and snippets.

@okram
Created April 23, 2014 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save okram/11230355 to your computer and use it in GitHub Desktop.
Save okram/11230355 to your computer and use it in GitHub Desktop.
public static class TraversalHolder implements SSupplier<Traversal> {
public Traversal get() {
return TinkerGraph.open().V().out().filter(v -> true);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment