Class Collector<THandler>Abstract

Type Parameters

  • THandler extends ((...args) => any)

Constructors

Properties

Methods

Constructors

Properties

emit: ((...args) => void)

Publish the bound signal event (call all handlers) to start the collection process.

Type declaration

    • (...args): void
    • Publish the bound signal event (call all handlers) to start the collection process.

      Parameters

      Returns void

      Method

Method

Methods

  • Process the results of a handler invocation.

    Parameters

    • result: ReturnType<THandler>

      true to continue processing handlers.

    Returns boolean

Generated using TypeDoc