aborts

kyo.aborts
object aborts

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
aborts.type

Members list

Type members

Classlikes

final class Aborts[E] extends Effect[<none>, Aborts[E]]

Attributes

Companion
object
Supertypes
class Effect[<none>, Aborts[E]]
class Object
trait Matchable
class Any
object Aborts

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Aborts.type

Types

type Abort[E] = { type Value = [T] =>> Either[E, T]; }