Searched defs:checkCollectionElementsNotNull (Results 1 – 2 of 2) sorted by relevance
142 public static <T> Collection<T> checkCollectionElementsNotNull(final Collection<T> value, in checkCollectionElementsNotNull() method in Preconditions
420 public static @NonNull <C extends Collection<T>, T> C checkCollectionElementsNotNull( in checkCollectionElementsNotNull() method in Preconditions