arrow-fx-coroutines
1.0.3-alpha.23
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
(
exception
:
CancellationException
)
:
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
(
failure
:
Throwable
)
:
ExitCase
Content copied to clipboard
Inheritors
Completed
Link copied to clipboard
Cancelled
Link copied to clipboard
Failure
Link copied to clipboard