toggle menu
Arrow
1.2.4
common
switch theme
search in API
arrow-fx-coroutines
/
arrow.fx.coroutines
/
ExitCase
Exit
Case
sealed
class
ExitCase
(
source
)
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