SubScope

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

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
getRegistry
Link copied to clipboard
common
open override fun getRegistry(context: C): ScopeRegistry
Get a registry for a given context.
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
newRegistry
Link copied to clipboard
common
open fun newRegistry(): ScopeRegistry
toString
Link copied to clipboard
common
open fun toString(): String