set

abstract fun set(value: Number)

Sets the MutableRealmInt value.

Calling set forcibly sets the MutableRealmInt to the provided value. Doing this removes the effects of any calls to increment and decrement received before the call to set.

Parameters

value

new value.