XMLWordPrintableJSON

Details

    • Technical task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.70.0
    • 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

          Activity

            People

              reschke Julian Reschke
              reschke Julian Reschke
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: