Class StreamOf

java.lang.Object
me.ehp246.aufjms.core.util.StreamOf

public class StreamOf extends Object
Author:
Lei Yang
  • Method Details

    • nonNull

      public static <T> Stream<T> nonNull(T[] array)
      A stream with null filtered.
      Parameters:
      array -
      Returns:
    • nonNull

      public static <T> Stream<T> nonNull(Collection<T> set)