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

/frameworks/base/core/java/com/android/internal/util/
H A DPredicates.java13 * See the License for the specific language governing permissions and
32 * evaluates to true. The components are evaluated in order, and evaluation
35 public static <T> Predicate<T> and(Predicate<? super T>... components) { method in class:Predicates
36 return and(Arrays.asList(components));
41 * evaluates to true. The components are evaluated in order, and evaluation
47 public static <T> Predicate<T> and(Iterable<? extends Predicate<? super T>> components) { method in class:Predicates
53 * evaluates to true. The components are evaluated in order, and evaluation
62 * evaluates to true. The components are evaluated in order, and evaluation

Completed in 219 milliseconds