-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 'not' method to Predicate. #9862
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the suggested changes made, I've confirmed that these tests pass locally.
user/test/com/google/gwt/emultest/java11/util/function/PredicateTest.java
Show resolved
Hide resolved
user/test/com/google/gwt/emultest/java11/util/function/PredicateTest.java
Outdated
Show resolved
Hide resolved
user/test/com/google/gwt/emultest/java11/util/function/PredicateTest.java
Show resolved
Hide resolved
user/super/com/google/gwt/emul/java/util/function/Predicate.java
Outdated
Show resolved
Hide resolved
@natros do you think you'll get the chance to update this so we can land it? |
I completely forgot about this. I'll handle this. |
Add missing
not
method to Predicate to be java 11 compatible