ResolverScopeGraph
public final class ResolverScopeGraph : ResolverScope
Graph services are initialized once and only once during a given resolution cycle. This is the default scope.
-
Undocumented
Declaration
Swift
public override init()
-
Undocumented
Declaration
Swift
public final override func resolve<Service>(resolver: Resolver, registration: ResolverRegistration<Service>, args: Any?) -> Service?