Searched defs:firstOrNull (Results 1 – 4 of 4) sorted by relevance
39 public static <E> E firstOrNull(@Nullable List<E> list) { in firstOrNull() method in CollectionUtils
43 public static <T> T firstOrNull(@Nullable T[] array) { in firstOrNull() method in ArrayUtils
57 public static <T> T firstOrNull(@Nullable List<T> list) { in firstOrNull() method in CollectionUtils
912 public static @Nullable <T> T firstOrNull(T[] items) { in firstOrNull() method in ArrayUtils