Searched defs:firstOrNull (Results 1 – 6 of 6) sorted by relevance
44 public static <T> T firstOrNull(@Nullable List<T> list) { in firstOrNull() method in CollectionUtils
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
55 public static <T> T firstOrNull(@Nullable List<T> list) { in firstOrNull() method in CollectionUtils
913 public static @Nullable <T> T firstOrNull(T[] items) { in firstOrNull() method in ArrayUtils
1021 public static @Nullable <T> T firstOrNull(T[] items) { in firstOrNull() method in ArrayUtils