rd-framework
2023.1.2
rd-framework
/
com.jetbrains.rd.framework
/
RdId
Rd
Id
data
class
RdId
(
val
hash
:
Long
)
Content copied to clipboard
An identifier of the object that participates in the object graph.
Types
Constructors
Functions
Properties
Constructors
Rd
Id
Link copied to clipboard
fun
RdId
(
hash
:
Long
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
mix
Link copied to clipboard
fun
mix
(
tail
:
Int
)
:
RdId
Content copied to clipboard
fun
mix
(
tail
:
Long
)
:
RdId
Content copied to clipboard
fun
mix
(
tail
:
String
)
:
RdId
Content copied to clipboard
not
Null
Link copied to clipboard
fun
notNull
(
)
:
RdId
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
write
Link copied to clipboard
fun
write
(
buffer
:
AbstractBuffer
)
Content copied to clipboard
Properties
hash
Link copied to clipboard
val
hash
:
Long
Content copied to clipboard
is
Null
Link copied to clipboard
val
isNull
:
Boolean
Content copied to clipboard