arrow-fx-coroutines / arrow.fx.coroutines / Platform
object Platform
composeErrors | fun composeErrors(first: Throwable , res: Result < Any ?>): Throwable Composes 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 ): Throwable fun composeErrors(first: Throwable , rest: List < Throwable >): Throwable fun composeErrors(first: Throwable ?, other: Throwable ?): Throwable ? fun composeErrors(first: Throwable , other: Throwable ?): Throwable fun composeErrors(all: List < Throwable >): Throwable ? |
Do you like Arrow?
✖