Class MultiDropWhileProcessor<T>

    • Method Detail

      • create

        public static <T> MultiDropWhileProcessor<T> create​(Predicate<T> predicate)
        Drop the longest prefix of elements from this stream that satisfy the given predicate.
        Type Parameters:
        T - Item type
        Parameters:
        predicate - provided predicate to filter stream with
        Returns:
        MultiDropWhileProcessor