SyntaxFix
Write A Post
Hire A Developer
Questions
Going to drop this lil nugget in here:
Stream.of("", "Hi", null, "How", "are", "you") .filter(t -> !Strings.isNullOrEmpty(t)) .collect(ImmutableList.toImmutableList());
I wish with all of my heart that Java had a filterNot.
filterNot