getAllInstanceFactory<T> method
Returns all InstanceFactory's scope.
Implementation
KtList<InstanceFactory> getAllInstanceFactory<T>() {
return _instanceRegistry.getAllFactoryAsList();
}
Returns all InstanceFactory's scope.
KtList<InstanceFactory> getAllInstanceFactory<T>() {
return _instanceRegistry.getAllFactoryAsList();
}