rd-gen
2023.2.2-proto-refactoring-usov-05
rd-gen
/
com.jetbrains.rd.util.kli
/
Argument
Argument
class
Argument
<
T
>
(
val
name
:
String
,
val
description
:
String
,
deserialize
:
(
String
)
->
T
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Argument
Link copied to clipboard
fun
<
T
>
Argument
(
name
:
String
,
description
:
String
,
deserialize
:
(
String
)
->
T
)
Content copied to clipboard
Functions
parse
Value
Link copied to clipboard
fun
parseValue
(
rawValue
:
String
)
:
Boolean
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
unary
Plus
Link copied to clipboard
operator
fun
unaryPlus
(
)
:
T
?
Content copied to clipboard
Properties
description
Link copied to clipboard
val
description
:
String
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
value
Link copied to clipboard
var
value
:
T
?
=
null
Content copied to clipboard