Class FilterCombiner<T>

An example of a combiner that processes arguments before passing them to a slot and can determine whether to continue calling subsequent slots

Type Parameters

  • T

Hierarchy

  • FilterCombiner

Implements

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Execute the combiner

    Parameters

    • val: T
    • iterator: Iterator<Slot<T, void>, any, undefined>

    Returns void

Generated using TypeDoc