Oh yes I see. Then only option is to do `report?.r...
# arrow
s
Oh yes I see. Then only option is to do
report?.right() ?: NoDataException("No report found").left()
where you can manually decide the type of the left side