Aborted

turbolift.io.Snap.Aborted
final case class Aborted(value: Any, prompt: Prompt) extends NotSuccess

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class NotSuccess
class Snap[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def run: Computation[Nothing, IO]

Attributes

Inherited from:
Snap
final def toEither: Either[Throwable, Nothing]

Attributes

Inherited from:
Snap
final def toOutcome: Outcome[Nothing]

Attributes

Inherited from:
Snap
final def toTry: Try[Nothing]

Attributes

Inherited from:
Snap