Of

object Of : WeakContextScope<Any>

Functions

Link copied to clipboard
open override fun getRegistry(context: Any): ScopeRegistry

Get a registry for a given context. Should always return the same registry for the same context.

Link copied to clipboard
fun <T> of(): Scope<T>

Properties

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