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
class Failure

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
Outcome
final def flatRun[B, U](using ev: Nothing <:< Computation[B, U]): Computation[B, U & IO]

Attributes

Inherited from:
Outcome
final def get: Nothing

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 run: Computation[Nothing, IO]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Outcome