Details
-
Technical task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
As it always was used as
not(x -> something.contains(x))
(after removal of Predicates.in(...))
we can replace it with simply
x -> !something.contains(x)
Attachments
Issue Links
- links to