Abstract base class for Services that maintain a registered list of classes that all implement T.

Type Parameters

  • T

Hierarchy (view full)

Implements

Constructors

Accessors

Methods

  • Utility for register() to identify an already registered item that can be replaced by the supplied item.

    Parameters

    • item: T

    Returns number

    an index into the getAll collection of a match or -1 if no match.

  • Runs the lazyload function if setup and returns true if run. This has a side effect of disabling the lazyload function to avoid additional recursion of the calling function by always returning false while the lazyloader function is running.

    Returns boolean

Generated using TypeDoc v0.25.12