manifold
manifold copied to clipboard
Support `!` operator overloads
From Michael Chow on slack channel:
Hi, What about supporting operator overloading for ! ? Recently I noted a negative predicate is very useful in some case, such as getting >the negation of Predicate.isEqual(someObj). However we have available now only the operator overloading for -(unaryMinus), which >means negation of numbers, not predicates.
I can't wait to use !
instead of static methods like Predicate.not
. May I ask whether this feature already in development?
Hi @mizhoux. Not implemented yet, but it will be soon after manifold-sql development is finished and released.
Feature available in release 2024.1.1
Well done! I can't wait to try it.