set

abstract infix fun <V> Field<T, V>.set(value: Value<T, V>)(source)
open infix fun <V> KProperty1<T, V>.set(value: Value<T, V>)(source)
open infix fun <V> Field<T, V>.set(value: V)(source)
open infix fun <V> KProperty1<T, V>.set(value: V)(source)

Replaces the value of a field with the specified value.

External resources