Arrow
1.1.5
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
ExitCase
Exit
Case
sealed
class
ExitCase
(
source
)
Types
Inheritors
Types
Cancelled
Link copied to clipboard
data
class
Cancelled
(
val
exception
:
CancellationException
)
:
ExitCase
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
ExitCase
Failure
Link copied to clipboard
data
class
Failure
(
val
failure
:
Throwable
)
:
ExitCase
Inheritors
Completed
Link copied to clipboard
Cancelled
Link copied to clipboard
Failure
Link copied to clipboard