rd-core
Toggle table of contents
2025.2.2-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
rd-core
rd-core
/
com.jetbrains.rd.util
/
Statics
Statics
class
Statics
<
T
:
Any
>
Globals statics for classes managed in a stack-like way
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
kclass
Link copied to clipboard
val
kclass
:
KClass
<
T
>
Functions
get
Link copied to clipboard
fun
get
(
)
:
T
?
push
Link copied to clipboard
fun
push
(
value
:
T
)
:
Closeable
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
use
Link copied to clipboard
inline
fun
<
R
>
use
(
value
:
T
,
action
:
(
)
->
R
)
:
R