`getOrElse` has a function as only parameter of ty...
# arrow
s
getOrElse
has a function as only parameter of type
() -> R
in a function lambda
return
is not allowed. Try
val foo = myEither.getOrElse { false }
.