NotSuccess

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

Attributes

Graph
Supertypes
class Outcome[Nothing]
class Object
trait Matchable
class Any
Known subtypes
object Cancelled.type
class Failure

Members list

Value members

Inherited methods

final def flatMap[B](f: Nothing => Outcome[B]): Outcome[B]

Attributes

Inherited from:
Outcome
final def get: A

Attributes

Inherited from:
Outcome
final def isCancelled: Boolean

Attributes

Inherited from:
Outcome
final def isFailure: Boolean

Attributes

Inherited from:
Outcome
final def isSuccess: Boolean

Attributes

Inherited from:
Outcome
final def map[B](f: Nothing => B): Outcome[B]

Attributes

Inherited from:
Outcome
final def toEither: Either[Throwable, A]

Attributes

Inherited from:
Outcome
final def toOption: Option[A]

Attributes

Inherited from:
Outcome
final def toSnap: Snap[A]

Attributes

Inherited from:
Outcome
final def toTry: Try[A]

Attributes

Inherited from:
Outcome