Interface InstanceFactory<T>

This factory creates instances of type T, by invoking the #new() method or by instantiating this factory directly

Type Parameters

  • T

Hierarchy

  • InstanceFactory

Constructors

Constructors

  • Creates a new instance of the factory type

    Returns

    A new created instance of *

    Instance

    Parameters

    • Rest ...args: any[]

      Constructor arguments used for instantiation

    Returns T

Generated using TypeDoc