LWWRegister

fun LWWRegister()

Constructs an empty LWWRegister instance.

fun LWWRegister(env: Environment)
fun LWWRegister(value: String, env: Environment)

Constructs a LWWRegister instance initialized with a given value and environment.

fun LWWRegister(other: LWWRegister)

Copy constructor, discarding associated environment

Return

a copy of other with no env associated.