Searched defs:any (Results 1 – 3 of 3) sorted by relevance
218 public static <T> boolean any(Iterable<T> coll, Predicate<T> fn) { in any() method in InitialConfiguration
287 public static <T> boolean any(SparseArray<T> array, Predicate<T> predicate) { in any() method in NetworkStackUtils
2215 static <T> boolean any(Iterable<T> coll, Predicate<T> fn) { in any() method in IpClient