WithContext

interface WithContext<out C : Any>

Indicates that the context of a retrieval is accessible.

Parameters

C

The type of the context

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

context
Link copied to clipboard
common
abstract val context: C
The context that was given at retrieval.

Inheritors

BindingDI
Link copied to clipboard
NoArgBindingDI
Link copied to clipboard