final case class Fail[S[_, _], E](fail: () => E) extends FreeError[S, E, Nothing] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Fail
- Serializable
- Product
- Equals
- FreeError
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Fail(fail: () => E)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def *>[S1[e, a] >: S[e, a], B, E1 >: E](sc: FreeError[S1, E1, B]): FreeError[S1, E1, B]
- Definition Classes
- FreeError
- Annotations
- @inline()
- final def <*[S1[e, a] >: S[e, a], B, E1 >: E](sc: FreeError[S1, E1, B]): FreeError[S1, E1, Nothing]
- Definition Classes
- FreeError
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def as[B](as: => B): FreeError[S, E, B]
- Definition Classes
- FreeError
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def catchAll[S1[e, a] >: S[e, a], A1 >: Nothing, E1](err: (E) => FreeError[S1, E1, A1]): FreeError[S1, E1, A1]
- Definition Classes
- FreeError
- Annotations
- @inline()
- final def catchSome[S1[e, a] >: S[e, a], A2 >: Nothing, E1 >: E](err: PartialFunction[E, FreeError[S1, E1, A2]]): FreeError[S1, E1, A2]
- Definition Classes
- FreeError
- Annotations
- @inline()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fail: () => E
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def flatMap[S1[e, a] >: S[e, a], B, E1 >: E](fun: (Nothing) => FreeError[S1, E1, B]): FreeError[S1, E1, B]
- Definition Classes
- FreeError
- Annotations
- @inline()
- final def flip: FreeError[S, Nothing, E]
- Definition Classes
- FreeError
- Annotations
- @inline()
- final def foldMap[S1[e, a] >: S[e, a], G[+_, +_]](transform: ~>>[S1, G])(implicit G: Error2[G]): G[E, Nothing]
- Definition Classes
- FreeError
- Annotations
- @nowarn() @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def guarantee[S1[e, a] >: S[e, a]](g: FreeError[S1, Nothing, Unit]): FreeError[S1, E, Nothing]
- Definition Classes
- FreeError
- Annotations
- @inline()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def map[B](fun: (Nothing) => B): FreeError[S, E, B]
- Definition Classes
- FreeError
- Annotations
- @inline()
- final def mapK[S1[e, a] >: S[e, a], T[_, _]](f: ~>>[S1, T]): FreeError[T, E, Nothing]
- Definition Classes
- FreeError
- Annotations
- @inline()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- 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]
- Definition Classes
- FreeError
- Annotations
- @inline()
- final def redeemPure[B](err: (E) => B, succ: (Nothing) => B): FreeError[S, Nothing, B]
- Definition Classes
- FreeError
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Fail → AnyRef → Any
- final def void: FreeError[S, E, Unit]
- Definition Classes
- FreeError
- Annotations
- @inline()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()