<@U0MJ9FP71>: you can use `let` function <https://...
# announcements
i
@shradjh1: you can use
let
function https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/let.html, with safe call it can be viewed as both
map
and
flatMap
for nullable types.
👍 2