final case class Fail[S[_, _], E](fail: () => E) extends FreeError[S, E, Nothing] with Product with Serializable
Instance Constructors
- new Fail(fail: () => E)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def *>[S1[e, a] >: S[e, a], B, E1 >: E](sc: FreeError[S1, E1, B]): FreeError[S1, E1, B]
- final def <*[S1[e, a] >: S[e, a], B, E1 >: E](sc: FreeError[S1, E1, B]): FreeError[S1, E1, Nothing]
- final def ==(arg0: Any): Boolean
- final def as[B](as: => B): FreeError[S, E, B]
- final def asInstanceOf[T0]: T0
- final def catchAll[S1[e, a] >: S[e, a], A1 >: Nothing, E1](err: (E) => FreeError[S1, E1, A1]): FreeError[S1, E1, A1]
- final def catchSome[S1[e, a] >: S[e, a], A2 >: Nothing, E1 >: E](err: PartialFunction[E, FreeError[S1, E1, A2]]): FreeError[S1, E1, A2]
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- val fail: () => E
- def finalize(): Unit
- final def flatMap[S1[e, a] >: S[e, a], B, E1 >: E](fun: (Nothing) => FreeError[S1, E1, B]): FreeError[S1, E1, B]
- final def flip: FreeError[S, Nothing, E]
- final def foldMap[S1[e, a] >: S[e, a], G[+_, +_]](transform: ~>>[S1, G])(implicit G: Error2[G]): G[E, Nothing]
- final def getClass(): Class[_ <: AnyRef]
- final def guarantee[S1[e, a] >: S[e, a]](g: FreeError[S1, Nothing, Unit]): FreeError[S1, E, Nothing]
- final def isInstanceOf[T0]: Boolean
- final def map[B](fun: (Nothing) => B): FreeError[S, E, B]
- final def mapK[S1[e, a] >: S[e, a], T[_, _]](f: ~>>[S1, T]): FreeError[T, E, Nothing]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- final def redeem[S1[e, a] >: S[e, a], B, E1](err: (E) => FreeError[S1, E1, B], succ: (Nothing) => FreeError[S1, E1, B]): FreeError[S1, E1, B]
- final def redeemPure[B](err: (E) => B, succ: (Nothing) => B): FreeError[S, Nothing, B]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def void: FreeError[S, E, Unit]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any