Created
August 18, 2014 17:49
-
-
Save okram/06ed98a2b0b592b205c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public Traversal<Vertex, Collection> get_g_v1_storeXa_nameX_out_storeXa_nameX_name_capXaX(final Object v1Id) { | |
g.v(v1Id).store('a'){it.get().value('name')}.out().store('a'){it.get().value('name')}.name.cap('a'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment