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

/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DPredicate.java22 * {@code RegexPredicate} might implement {@code Predicate<String>}, and return
31 public interface Predicate<T> { interface
47 * Indicates whether some other object is equal to this {@code Predicate}.
49 * also a {@code Predicate} and, for every input object {@code input}, it
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DPredicate.java22 * {@code RegexPredicate} might implement {@code Predicate<String>}, and return
31 public interface Predicate<T> { interface
47 * Indicates whether some other object is equal to this {@code Predicate}.
49 * also a {@code Predicate} and, for every input object {@code input}, it

Completed in 147 milliseconds