NotSuccess

turbolift.io.Snap.NotSuccess
sealed abstract class NotSuccess extends Snap[Nothing]

Attributes

Graph
Supertypes
class Snap[Nothing]
class Object
trait Matchable
class Any
Known subtypes
class Aborted
object Cancelled
class Failure

Members list

Value members

Inherited methods

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