arrow-fx-coroutines / arrow.fx.coroutines.stream / Pull / Result / Fail
data class Fail : Result<Nothing>
data class Fail : Result<
Nothing
>
Fail(error:
Throwable
)
val error:
fun toString():
String
Do you like Arrow?