arrow-fx-coroutines
1.1.3-alpha.6
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
ExitCase
Exit
Case
common
sealed
class
ExitCase
Content copied to clipboard
Types
Inheritors
Types
Cancelled
Link copied to clipboard
common
data
class
Cancelled
(
val
exception
:
<ERROR CLASS>
)
:
ExitCase
Content copied to clipboard
Completed
Link copied to clipboard
common
object
Completed
:
ExitCase
Content copied to clipboard
Failure
Link copied to clipboard
common
data
class
Failure
(
val
failure
:
Throwable
)
:
ExitCase
Content copied to clipboard
Inheritors
Completed
Link copied to clipboard
Cancelled
Link copied to clipboard
Failure
Link copied to clipboard