Skip to content

Instantly share code, notes, and snippets.

@stefan2904
Created August 25, 2015 08:35
Show Gist options
  • Save stefan2904/90354c033cc86c27f25e to your computer and use it in GitHub Desktop.
Save stefan2904/90354c033cc86c27f25e to your computer and use it in GitHub Desktop.
inline join
String.join(", ", ee.getModifiers().stream().map(Object::toString).collect(Collectors.toList()));
', '.join(map(lambda x: x.toString(), ee.getModifiers()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment