Skip to content
Snippets Groups Projects
Unverified Commit 5543984b authored by Nate Bosch's avatar Nate Bosch Committed by GitHub
Browse files

Always pass a function to BooleanSelector.evaluate (#1125)

Prepare for a potential breaking change in `package:boolean_selector`.
Currently the `evaluate` method takes an argument which is either an
`Iterable<String>` or a `bool Function(String)` which matches the
`.toSet()contains` tearoff on that Iterable. We might tighten that to
always take a `bool Function(String)` since the tearoff is easy to
handle at the calling side.
parent ba98412e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment