HandlerDefinitions

interface HandlerDefinitions

Functions

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

Properties

handlerContexts
Link copied to clipboard
abstract val handlerContexts: Map<ContextId, HandlerContext>

Sources

jvm source
Link copied to clipboard