plus

operator fun plus(other: RegistrationId): RegistrationId
operator fun plus(other: Int): RegistrationId

Adds the other value to this value.

Throws

if the resulted RegistrationId is out of bounds.