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
abstract fun getRegistry(context: C): ScopeRegistry

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

Inheritors

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