Option Invocation With Argument
data class OptionInvocationWithArgument<OptionKeyType : Enum<OptionKeyType>>( val processor: OptionProcessor<OptionKeyType>, val keyword: String, val argument: String)
Content copied to clipboard
A helper class to make bodies of options with arguments more directly expressible.
Constructors
Link copied to clipboard
fun <OptionKeyType : Enum<OptionKeyType>> OptionInvocationWithArgument( processor: OptionProcessor<OptionKeyType>, keyword: String, argument: String)
Content copied to clipboard