We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3631faa commit d49f7c2Copy full SHA for d49f7c2
docs/style-guide.md
@@ -33,6 +33,7 @@ Consider statically importing the following commonly used methods and constants:
33
- `java.util.Arrays` - asList, stream
34
- `java.util.Collections` - singleton*, empty*, unmodifiable*, synchronized*, checked*
35
- `java.util.Objects` - requireNonNull
36
+ - `java.util.function.Function` - identity
37
- `java.util.stream.Collectors.*`
38
- **Utility constants**
39
- `java.util.Locale.*`
0 commit comments