Option Invocation
data class OptionInvocation<OptionKeyType : Enum<OptionKeyType>>(val processor: OptionProcessor<OptionKeyType>, val keyword: String)
Content copied to clipboard
A helper class to make option bodies more directly expressible.
Constructors
Link copied to clipboard
fun <OptionKeyType : Enum<OptionKeyType>> OptionInvocation(processor: OptionProcessor<OptionKeyType>, keyword: String)
Content copied to clipboard