setValue

open fun setValue(@NotNull value: T)

Sets a reference into this setter. This function can be called more than once, but only the first invocation will be run and the rest will be discarded.

Parameters

value

The reference to set.