Skip to content

Commit

Permalink
SpreadsheetExpressionFunctionBooleanTextMatch distinct patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
mP1 committed Oct 31, 2024
1 parent 09ba013 commit d99dece
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public Boolean apply(final List<Object> parameters,
pattern.split(" "))
.filter(s -> s.length() > 0)
.map(SpreadsheetExpressionFunctionBooleanTextMatch::predicate)
.distinct()
.collect(Collectors.<Predicate<CharSequence>>toList())
);

Expand Down

0 comments on commit d99dece

Please sign in to comment.