Skip to content

Commit

Permalink
Merge pull request #187 from mP1/feature/SpreadsheetExpressionFunctio…
Browse files Browse the repository at this point in the history
…nBooleanTextMatch-distinct-patterns

SpreadsheetExpressionFunctionBooleanTextMatch distinct patterns
  • Loading branch information
mP1 authored Nov 1, 2024
2 parents 09ba013 + d99dece commit eb2644f
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 eb2644f

Please sign in to comment.