SubScope

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

Constructors

Link copied to clipboard
constructor(parentScope: Scope<PC>)

Functions

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.

Link copied to clipboard