Scope

interface Scope<in C>

A scope is an object that can return (or create) a ScopeRegistry according to a context.

Parameters

C

The Context.

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
getRegistry
Link copied to clipboard
common
abstract fun getRegistry(context: C): ScopeRegistry
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

Inheritors

UnboundedScope
Link copied to clipboard
SubScope
Link copied to clipboard
NoScope
Link copied to clipboard
WeakContextScope
Link copied to clipboard