NoScope

class NoScope : Scope<Any?>

Default Scope: will always return the same registry, no matter the context.

Constructors

NoScope
Link copied to clipboard
common
fun NoScope()

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: Any?): StandardScopeRegistry
Get a registry for a given context.
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String