RdId

data class RdId(val hash: Long)

An identifier of the object that participates in the object graph.

Constructors

Link copied to clipboard
fun RdId(hash: Long)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun mix(tail: Int): RdId
fun mix(tail: Long): RdId
fun mix(tail: String): RdId
Link copied to clipboard
fun notNull(): RdId
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun write(buffer: AbstractBuffer)

Properties

Link copied to clipboard
val hash: Long
Link copied to clipboard
val isNull: Boolean