WithContext

interface WithContext<out C : Any>

Indicates that the context of a retrieval is accessible.

Parameters

C

The type of the context

Inheritors

Properties

Link copied to clipboard
abstract val context: C

The context that was given at retrieval.