have you tried ``` when (this){ is T ->Optiona...
# announcements
p
have you tried
Copy code
when (this){
is T ->Optional.of(this)
else ->Optional.empty()