ContextIntention

abstract class ContextIntention

Represents an intention for what a context is used for.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val required: Set<ContextParamType<*>>

Functions

Link copied to clipboard
fun addOptional(paramType: ContextParamType<*>)