Fail

izumi.functional.bio.data.FreePanic$.Fail
final case class Fail[S[_, _], E](fail: () => E) extends FreePanic[S, E, Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class FreePanic[S, E, Nothing]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

final def *>[S1[e, a], B, E1 >: E](sc: FreePanic[S1, E1, B]): FreePanic[S1, E1, B]

Attributes

Inherited from:
FreePanic
final def <*[S1[e, a], B, E1 >: E](sc: FreePanic[S1, E1, B]): FreePanic[S1, E1, A]

Attributes

Inherited from:
FreePanic
final def as[B](as: => B): FreePanic[S, E, B]

Attributes

Inherited from:
FreePanic
final def bracket[S1[e, a], B, E1 >: E](release: Nothing => FreePanic[S1, Nothing, Unit])(use: Nothing => FreePanic[S1, E1, B]): FreePanic[S1, E1, B]

Attributes

Inherited from:
FreePanic
final def bracketCase[S1[e, a], B, E1 >: E](release: (Nothing, Exit[E1, B]) => FreePanic[S1, Nothing, Unit])(use: Nothing => FreePanic[S1, E1, B]): FreePanic[S1, E1, B]

Attributes

Inherited from:
FreePanic
final def catchAll[S1[e, a], A1, E1](err: E => FreePanic[S1, E1, A1]): FreePanic[S1, E1, A1]

Attributes

Inherited from:
FreePanic
final def catchSome[S1[e, a], A2, E1 >: E](err: PartialFunction[E, FreePanic[S1, E1, A2]]): FreePanic[S1, E1, A2]

Attributes

Inherited from:
FreePanic
final def flatMap[S1[e, a], B, E1 >: E](fun: Nothing => FreePanic[S1, E1, B]): FreePanic[S1, E1, B]

Attributes

Inherited from:
FreePanic
final def flip: FreePanic[S, A, E]

Attributes

Inherited from:
FreePanic
final def foldMap[S1[e, a], G[_, _]](transform: Morphism2[S1, G])(implicit G: Panic2[G]): G[E, A]

Attributes

Inherited from:
FreePanic
final def guarantee[S1[e, a]](g: FreePanic[S1, Nothing, Unit]): FreePanic[S1, E, A]

Attributes

Inherited from:
FreePanic
final def map[B](fun: Nothing => B): FreePanic[S, E, B]

Attributes

Inherited from:
FreePanic
final def mapK[S1[e, a], T[_, _]](f: Morphism2[S1, T]): FreePanic[T, E, A]

Attributes

Inherited from:
FreePanic
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def redeem[S1[e, a], B, E1](err: E => FreePanic[S1, E1, B], succ: Nothing => FreePanic[S1, E1, B]): FreePanic[S1, E1, B]

Attributes

Inherited from:
FreePanic
final def redeemPure[B](err: E => B, succ: Nothing => B): FreePanic[S, Nothing, B]

Attributes

Inherited from:
FreePanic
final def sandbox: FreePanic[S, Failure[E], A]

Attributes

Inherited from:
FreePanic
final def void: FreePanic[S, E, Unit]

Attributes

Inherited from:
FreePanic