Searched refs:STRING_NOT_EMPTY (Results 1 – 2 of 2) sorted by relevance
75 .filter(STRING_NOT_EMPTY) in parse()
40 public static final Predicate<String> STRING_NOT_EMPTY = s -> !s.isEmpty(); field in Utils