toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.klerk
/
ArgCommandContextReader
Arg
Command
Context
Reader
data
class
ArgCommandContextReader
<
P
,
C
:
KlerkContext
,
V
>
(
val
command
:
Command
<
out
Any
,
P
>
,
val
context
:
C
,
val
reader
:
Reader
<
C
,
V
>
)
Members
Constructors
Arg
Command
Context
Reader
Link copied to clipboard
constructor
(
command
:
Command
<
out
Any
,
P
>
,
context
:
C
,
reader
:
Reader
<
C
,
V
>
)
Properties
command
Link copied to clipboard
val
command
:
Command
<
out
Any
,
P
>
context
Link copied to clipboard
val
context
:
C
reader
Link copied to clipboard
val
reader
:
Reader
<
C
,
V
>