rd-core
2023.2.3
rd-core
/
com.jetbrains.rd.util
/
Statics
Statics
class
Statics
<
T
:
Any
>
Content copied to clipboard
Globals statics for classes managed in a stack-like way
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
get
Link copied to clipboard
fun
get
(
)
:
T
?
Content copied to clipboard
push
Link copied to clipboard
fun
push
(
value
:
T
)
:
Closeable
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
use
Link copied to clipboard
inline
fun
<
R
>
use
(
value
:
T
,
action
:
(
)
->
R
)
:
R
Content copied to clipboard
Properties
kclass
Link copied to clipboard
val
kclass
:
KClass
<
T
>
Content copied to clipboard