ArgCommandContextReader

data class ArgCommandContextReader<P, C : KlerkContext, V>(val command: Command<out Any, P>, val context: C, val reader: Reader<C, V>)

Constructors

Link copied to clipboard
constructor(command: Command<out Any, P>, context: C, reader: Reader<C, V>)

Properties

Link copied to clipboard
val command: Command<out Any, P>
Link copied to clipboard
val context: C
Link copied to clipboard
val reader: Reader<C, V>