Searched defs:any (Results 1 – 4 of 4) sorted by relevance
255 public static <T> boolean any(@Nullable List<T> items, in any() method in CollectionUtils264 public static <T> boolean any(@Nullable Set<T> items, in any() method in CollectionUtils
264 public static IntegrityFormula any(@NonNull IntegrityFormula... formulae) { in any() method in IntegrityFormula
119 public static FrameType any() { in any() method in FrameType
1909 const char any[] = "any"; in TEST() local