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