Documentation
    Preparing search index...

    Function after

    • Prevents chunks from travelling down the stream until the predicate returns true.

      Type Parameters

      • T

      Parameters

      • predicate: Predicate<T>

      Returns TransformStream<T, T>

      --0--1--2--3--4--5--6--1--2--3--4--

      after(x => x > 4)

      -----------------5--6--1--2--3--4--