Function filter

  • Operator that filters the output of a node. If the predicate returns false, the emission is canceled.

    Type Parameters

    • I

    • O = I

    Parameters

    • predicate: ((value) => boolean)
        • (value): boolean
        • Parameters

          • value: I

          Returns boolean

    Returns Operator<I, O>

Generated using TypeDoc