GenericFactory.setInstanceFactory

Sets the constructor of new object.

interface GenericFactory(T)
@property
setInstanceFactory

Parameters

factory InstanceFactory!T

a factory of objects of type T.

Return Value

Type: GenericFactory!T

The GenericFactoryInstance

Meta