kyo.Aborts
See theAborts companion class
object Aborts
Attributes
Members list
Type members
Classlikes
object HasAborts extends LowPriorityHasAborts
Attributes
An effect Aborts[VS] includes a failure type V, and once V has been handled, Aborts[VS] should be replaced by Out
An effect Aborts[VS] includes a failure type V, and once V has been handled, Aborts[VS] should be replaced by Out
Type parameters
- V
-
the failure type included in
VS - VS
-
all of the
Abortsfailure types represented by type union
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
trait LowPriorityHasAborts
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object HasAborts
Extensions
Extensions
extension [V](self: Aborts[V])
In this article