Aborts

kyo.Aborts
See theAborts companion class
object Aborts

Attributes

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

Members list

Type members

Types

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

Value members

Concrete methods

def apply[E](implicit tag: Tag[E]): Aborts[E]
def apply[T, E](ex: E)(implicit tag: Tag[E]): T < Aborts[E]