runeflobakk/motif

Add some shorthand aliases for equalTo(..)

runeflobakk opened this issue · 0 comments

There are some methods accepting Predicates which can have overloads which accepts any object, wrapping them in equalTo-predicates. This should enable some more concise code.

  • Base.not()
  • Base.either() and Disjunction.or()
  • Base.exists()