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

/frameworks/base/core/java/com/android/internal/util/
H A DPredicates.java5 * you may not use this file except in compliance with the License.
42 * will be "short-circuited" as soon as the answer is determined. Does not
63 * will be "short-circuited" as soon as the answer is determined. Does not
76 public static <T> Predicate<T> not(Predicate<? super T> predicate) { method in class:Predicates

Completed in 115 milliseconds