ScopedContext

interface ScopedContext

An object that contains a scope. For use as a receiver in lambdas (e.g. ScopedSupplier)

Properties

Link copied to clipboard
abstract val scope: InjectionScope

A scope, represented as an InjectionScope. This scope can be used to perform injection.