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