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

getRegistry
Link copied to clipboard
common
abstract fun getRegistry(context: C): ScopeRegistry
Get a registry for a given context.

Inheritors

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