getOrNull
Returns state value if it exists, else null
.
Converts Scala Option to Kotlin nullable.
Converts Optional to Kotlin nullable.
(Kotlin-specific) Returns the group state value if it exists, else null
. This is comparable to GroupState.getOption, but instead utilises Kotlin's nullability features to get the same result.