SubScope

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

Functions

getRegistry
Link copied to clipboard
common
open override fun getRegistry(context: C): ScopeRegistry
Get a registry for a given context.
newRegistry
Link copied to clipboard
common
open fun newRegistry(): ScopeRegistry