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.

Inheritors

Functions

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.