I read the documentation and found a seemingly bet...
# arrow
g
I read the documentation and found a seemingly better solution,
Right(report).leftIfNull { NoDataException("No report found") }
. Simple and easy to understand.
arrow 6