Searched refs:arrayConstructor (Results 1 – 1 of 1) sorted by relevance
691 public static <T> T[] filterNotNull(T[] val, IntFunction<T[]> arrayConstructor) { in filterNotNull() argument702 T[] result = arrayConstructor.apply(size - nullCount); in filterNotNull()