mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-11 07:24:59 +00:00
Implement token :not and fix :not-in in InMemoryMatcher Both `:not` and `:not-in` require that NONE of the values in an OR-list match, so we need some machinery to do a none-match instead of any-match.