You can try `report?.let(::Right) ?: Left(NoDataEx...
# arrow
s
You can try
report?.let(::Right) ?: Left(NoDataException("No report found")