Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-fx-coroutines
/
arrow.fx.coroutines
/
ExitCase
Exit
Case
sealed
class
ExitCase
Inheritors
Completed
Cancelled
Failure
Members
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