arrow-fx-coroutines / arrow.fx.coroutines / Platform
object Platform
| composeErrors | fun composeErrors(first: Throwable, res: Result<Any?>): ThrowableComposes multiple errors together, meant for those cases in which error suppression, due to a second error being triggered, is not acceptable. fun composeErrors(first: Throwable, vararg rest: Throwable): Throwablefun composeErrors(first: Throwable, rest: List<Throwable>): Throwablefun composeErrors(first: Throwable?, other: Throwable?): Throwable?fun composeErrors(first: Throwable, other: Throwable?): Throwablefun composeErrors(all: List<Throwable>): Throwable? |
Do you like Arrow?
✖