Module aermicioi.aedi.factory.factory

Interfaces

NameDescription
Factory Interface for objects able to create some instance of type T.

Templates

NameDescription
DestructDecoratorMixin A mixin that implements a destruct delegating mechanism to decorated factory
FactoryDecoratorMixin A mixin that implements a factory delegating mechanism to decorated factory

Aliases

NameTypeDescription
ObjectFactory Factory!(Object)