HandlerContext

interface HandlerContext

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
get
Link copied to clipboard
open fun get(key: HandlerId): HandlerType
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

handlerTypes
Link copied to clipboard
abstract val handlerTypes: Map<HandlerId, HandlerType>
name
Link copied to clipboard
abstract val name: ContextId

Sources

jvm source
Link copied to clipboard