arrow-fx-coroutines / arrow.fx.coroutines.stream / Pull / attempt
fun attempt(): Pull<O, Either<Throwable, R>>
fun attempt():
Pull
<O, Either<
Throwable
, R>>
Returns a pull with the result wrapped in Right, or an error wrapped in Left if the pull has failed.
Right
Left
Do you like Arrow?