Before Java 11 we had to use Predicate::negate and it was not possible to use a method reference.
With Predicate::not we can use method references and Predicate::not reads more natural.
Unresolved directive in <stdin> - include::../../../../../../../../src/main/java/eleven/api/PredicateApi.java[tag=not]