rd-framework
Toggle table of contents
2026.1.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rd-framework
rd-framework
/
com.jetbrains.rd.framework
/
RdId
Rd
Id
@
JvmInline
value
class
RdId
(
val
hash
:
Long
)
An identifier of the object that participates in the object graph.
Members
Constructors
Rd
Id
Link copied to clipboard
constructor
(
hash
:
Long
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
hash
Link copied to clipboard
val
hash
:
Long
is
Null
Link copied to clipboard
val
isNull
:
Boolean
Functions
mix
Link copied to clipboard
fun
mix
(
tail
:
Int
)
:
RdId
fun
mix
(
tail
:
Long
)
:
RdId
fun
mix
(
tail
:
String
)
:
RdId
not
Null
Link copied to clipboard
fun
notNull
(
)
:
RdId
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
write
Link copied to clipboard
fun
write
(
buffer
:
AbstractBuffer
)