Failure

turbolift.io.Outcome.Failure
See theFailure companion object
final case class Failure(cause: Cause) extends NotSuccess

Attributes

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

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
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:
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