<@UB462TL5B> you could use `takeIf` (<https://kotl...
# getting-started
a
@Daniele Segato you could use
takeIf
(https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/take-if.html) like
when() {}.takeIf { it == "foo"} ?: /* else */