• Builds a next chained call of OnEventCallChain that calls the next pass with every event supplied by the given supplier.

    The event supply from the given supplier will be cut off each time the call is applied.

    Type Parameters

    • TEvent extends any[]

      An event type. This is a tuple of argument types of the next pass.

    Parameters

    • supplier: EventSupplier<TEvent>

      A supplier of events to pass down the chain.

    Returns NextCall<OnEventCallChain, TEvent>

    Next call passing events from the given supplier.

Generated using TypeDoc