Created
August 25, 2015 08:35
-
-
Save stefan2904/90354c033cc86c27f25e to your computer and use it in GitHub Desktop.
inline join
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
String.join(", ", ee.getModifiers().stream().map(Object::toString).collect(Collectors.toList())); |
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
', '.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