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