invoke

operator fun invoke(newVal: T)

Set the new value for the object.

Parameters

newVal

new value


operator fun invoke(block: () -> T)

Set the new value for the object.

Parameters

block

block