Searched defs:firstOrNull (Results 1 – 2 of 2) sorted by relevance
467 public static @Nullable <T> T firstOrNull(@Nullable List<T> cur) { in firstOrNull() method in CollectionUtils474 public static @Nullable <T> T firstOrNull(@Nullable Collection<T> cur) { in firstOrNull() method in CollectionUtils
891 public static @Nullable <T> T firstOrNull(T[] items) { in firstOrNull() method in ArrayUtils