I think you need to cast like `request.map { Eith...
# arrow
t
I think you need to cast like
request.map { Either.right(it) as Either<E,A>}.onErrorReturn { Either.left(it) }
p
there's no need to cast, just hint the other type
t
oh, so I did bad things 😄
p
tsch tsch tsch
😂 1