FactoryDelegate<T> typedef

FactoryDelegate<T> = T Function(FactoryContainerShort c)

Factory delegate.

Implementation

typedef FactoryDelegate<T> = T Function(FactoryContainerShort c);