Of

object Of : WeakContextScope<Any>

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getRegistry
Link copied to clipboard
open override fun getRegistry(context: Any): ScopeRegistry
Get a registry for a given context.
hashCode
Link copied to clipboard
open fun hashCode(): Int
of
Link copied to clipboard
fun <T> of(): Scope<T>
toString
Link copied to clipboard
open fun toString(): String

Properties

map
Link copied to clipboard
val map: WeakHashMap<Any, ScopeRegistry>
newRepo
Link copied to clipboard
val newRepo: () -> ScopeRegistry