Interface InstanceFactory

An instance factory, instantiates data of type T.

interface InstanceFactory(T) ;

Methods

NameDescription
factoryCreate a new instance of object of type T.