rd-gen
2023.2.2-proto-refactoring-usov-02
rd-gen
/
com.jetbrains.rd.util.kli
/
Option
Option
sealed
class
Option
<
T
:
Any
>
Content copied to clipboard
Types
Functions
Properties
Inheritors
Types
Flag
Link copied to clipboard
class
Flag
(
short
:
Char
?
,
long
:
String
?
,
description
:
String
)
:
Option
<
Boolean
>
Content copied to clipboard
Valued
Link copied to clipboard
class
Valued
<
T
:
Any
>
(
short
:
Char
?
,
long
:
String
?
,
description
:
String
,
deserialize
:
(
String
)
->
T
,
defaultValue
:
T
?
)
:
Option
<
T
>
Content copied to clipboard
Functions
times
Assign
Link copied to clipboard
operator
fun
timesAssign
(
v
:
T
)
Content copied to clipboard
Properties
default
Value
Link copied to clipboard
val
defaultValue
:
T
?
Content copied to clipboard
description
Link copied to clipboard
val
description
:
String
Content copied to clipboard
long
Link copied to clipboard
val
long
:
String
?
Content copied to clipboard
short
Link copied to clipboard
val
short
:
Char
?
Content copied to clipboard
value
Link copied to clipboard
open
val
value
:
T
?
Content copied to clipboard
Inheritors
Flag
Link copied to clipboard
Valued
Link copied to clipboard