Class Collector<THandler>Abstract

Type Parameters

  • THandler extends ((...args: any[]) => any)

Constructors

Properties

Methods

Constructors

Properties

emit: ((...args: Parameters<THandler>) => void)

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

Methods

  • Process the results of a handler invocation.

    Parameters

    • result: ReturnType<THandler>

      true to continue processing handlers.

    Returns boolean