mix

open override fun mix(rdId: RdId, tail: String): RdId

Creates a stable identifier by mixing the parent ID with a string key.


open override fun mix(rdId: RdId, tail: Int): RdId

Creates a stable identifier by mixing the parent ID with an integer key.


open override fun mix(rdId: RdId, tail: Long): RdId

Creates a stable identifier by mixing the parent ID with a long key.