Last active
November 16, 2020 07:42
-
-
Save ikhoon/32df1d8c2707856396c8dc0af1cd81dd to your computer and use it in GitHub Desktop.
custom postfix template
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
| ## Templates for guava ## | |
| .toList : convert to ImmutableList | |
| java.util.stream.Stream -> $expr$.collect(com.google.common.collect.ImmutableList.toImmutableList()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment