rd-core
2023.2.3
rd-core
/
com.jetbrains.rd.util.reactive
/
valueOrDefault
value
Or
Default
fun
<
T
:
Any
>
IOptProperty
<
T
>
.
valueOrDefault
(
default
:
T
)
:
T
Content copied to clipboard
Returns the value of the property, or the given default value if the property was not initialized.