sealed abstract class FreeError[+S[_, _], +E, +A] extends AnyRef
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, A]
- 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 >: A, E1](err: (E) => FreeError[S1, E1, A1]): FreeError[S1, E1, A1]
- final def catchSome[S1[e, a] >: S[e, a], A2 >: A, E1 >: E](err: PartialFunction[E, FreeError[S1, E1, A2]]): FreeError[S1, E1, A2]
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def flatMap[S1[e, a] >: S[e, a], B, E1 >: E](fun: (A) => FreeError[S1, E1, B]): FreeError[S1, E1, B]
- final def flip: FreeError[S, A, E]
- final def foldMap[S1[e, a] >: S[e, a], G[+_, +_]](transform: ~>>[S1, G])(implicit G: Error2[G]): G[E, A]
- final def getClass(): Class[_ <: AnyRef]
- final def guarantee[S1[e, a] >: S[e, a]](g: FreeError[S1, Nothing, Unit]): FreeError[S1, E, A]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def map[B](fun: (A) => B): FreeError[S, E, B]
- final def mapK[S1[e, a] >: S[e, a], T[_, _]](f: ~>>[S1, T]): FreeError[T, E, A]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def redeem[S1[e, a] >: S[e, a], B, E1](err: (E) => FreeError[S1, E1, B], succ: (A) => FreeError[S1, E1, B]): FreeError[S1, E1, B]
- final def redeemPure[B](err: (E) => B, succ: (A) => 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 AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- 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, A]
- 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 >: A, E1](err: (E) => FreeError[S1, E1, A1]): FreeError[S1, E1, A1]
- final def catchSome[S1[e, a] >: S[e, a], A2 >: A, E1 >: E](err: PartialFunction[E, FreeError[S1, E1, A2]]): FreeError[S1, E1, A2]
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def flatMap[S1[e, a] >: S[e, a], B, E1 >: E](fun: (A) => FreeError[S1, E1, B]): FreeError[S1, E1, B]
- final def flip: FreeError[S, A, E]
- final def foldMap[S1[e, a] >: S[e, a], G[+_, +_]](transform: ~>>[S1, G])(implicit G: Error2[G]): G[E, A]
- final def getClass(): Class[_ <: AnyRef]
- final def guarantee[S1[e, a] >: S[e, a]](g: FreeError[S1, Nothing, Unit]): FreeError[S1, E, A]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def map[B](fun: (A) => B): FreeError[S, E, B]
- final def mapK[S1[e, a] >: S[e, a], T[_, _]](f: ~>>[S1, T]): FreeError[T, E, A]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def redeem[S1[e, a] >: S[e, a], B, E1](err: (E) => FreeError[S1, E1, B], succ: (A) => FreeError[S1, E1, B]): FreeError[S1, E1, B]
- final def redeemPure[B](err: (E) => B, succ: (A) => 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