jaspersmit
val someValueNotNull = somethingReturningNull ?: { sttmt1 stmt2 stmt3 }
Dominaezzz
run
?: run { stmt1..... }