getAllInstanceFactory<T> method

KtList<InstanceFactory> getAllInstanceFactory<T>()

Returns all InstanceFactory's scope.

Implementation

KtList<InstanceFactory> getAllInstanceFactory<T>() {
  return _instanceRegistry.getAllFactoryAsList();
}