FlowExt
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
FlowExt
FlowExt
/
com.hoc081098.flowext.utils
/
Symbol
Symbol
@
DelicateFlowExtApi
class
Symbol
(
val
symbol
:
String
)
(
source
)
A symbol class that is used to define unique constants that are self-explanatory in debugger.
Members
Constructors
Symbol
Link copied to clipboard
constructor
(
symbol
:
String
)
Properties
symbol
Link copied to clipboard
@
JvmField
val
symbol
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
unbox
Link copied to clipboard
inline
fun
<
T
>
unbox
(
value
:
Any
?
)
:
T