RFR: JDK-8050818 Predicate::not - provide an easier way to negate a predicate

Jim Laskey james.laskey at oracle.com
Tue May 29 12:52:24 UTC 2018


Introduce a new static method Predicate::not which will allow developers to negate predicate lambdas trivially.

webrev: http://cr.openjdk.java.net/~jlaskey/8050818/webrev/index.html
bug: https://bugs.openjdk.java.net/browse/JDK-8050818
csr: https://bugs.openjdk.java.net/browse/JDK-8203428



More information about the core-libs-dev mailing list