Abort

kyo.aborts$.Abort$
object Abort

Attributes

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

Members list

Concise view

Value members

Concrete methods

def failure[E, T](ex: E): Abort[E, T]
def success[E, T](v: T): Abort[E, T]