Home
last modified time | relevance | path

Searched defs:not (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/test/java/util/function/
DPredicateNotTest.java60 static <T> Predicate<T> not(Predicate<? super T> target) { in not() method in PredicateNotTest
/libcore/ojluni/src/main/java/java/util/function/
DPredicate.java136 static <T> Predicate<T> not(Predicate<? super T> target) { in not() method
/libcore/ojluni/annotations/sdk/nullability/java/math/
DBigInteger.annotated.java105 @libcore.util.NonNull public BigInteger not() { throw new RuntimeException("Stub!"); } in not() method in BigInteger