atara
01/12/2024, 12:10 PMRaise
and context receivers. Currently my code uses `Either`s. I am trying to find the equivalent of Either
mapLeft
.
iReturnEither().mapLeft{e -> NewError()}
val result = iMayRaise()
how do I convert?
Thank youAlejandro Serrano.Mena
01/12/2024, 12:42 PMwithError
atara
01/12/2024, 8:43 PM