SubScope

abstract class SubScope<C, PC>(parentScope: Scope<PC>) : Scope<C>

Functions

getRegistry
Link copied to clipboard
open override fun getRegistry(context: C): ScopeRegistry

Get a registry for a given context. Should always return the same registry for the same context.

newRegistry
Link copied to clipboard
open fun newRegistry(): ScopeRegistry