detekt-api
1.21.0
detekt-api
/
io.gitlab.arturbosch.detekt.api
/
SingleAssign
/
setValue
set
Value
operator
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
T
)
Content copied to clipboard
Sets
_value
to the given
value
. If it was set before, an error is thrown.