Factory.factory

Instantiates something of type T.

interface Factory(T)
T
factory
()

Return Value

Type: T

T instantiated data of type T.

Meta