ErasedContext

object ErasedContext : DIContext<ErasedContext>

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

type
Link copied to clipboard
common
open override val type: TypeToken<in ErasedContext>
The type of the context, used to lookup corresponding bindings.
value
Link copied to clipboard
common
open override val value: ErasedContext
The context itself.