RuntimeWrappingFactory

Wrapping factory that will wrap the result depending on runtime type information instead of compile time information.

class RuntimeWrappingFactory : WrappingFactory!(T)(
T : Factory!Z
Z
) {}

Constructors

this
this(T factory)

Constructor for RuntimeWrappingFactory!(T, Z)

Members

Functions

factory
Object factory()

Instantiates component of type T.

Meta