object FreeError
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- FreeError
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Type Members
-  class Error2Instance[S[_, _]] extends Error2[[+β$4$, +γ$5$]FreeError[S, β$4$, γ$5$]]
 -  final case class Fail[S[_, _], E](fail: () => E) extends FreeError[S, E, Nothing] with Product with Serializable
 -  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
 -  final case class Pure[S[_, _], A](a: A) extends FreeError[S, Nothing, A] with Product with Serializable
 -  final case class Redeem[S[_, _], E, E1, A, B](sub: FreeError[S, E, A], err: (E) => FreeError[S, E1, B], suc: (A) => FreeError[S, E1, B]) extends FreeError[S, E1, B] with Product with Serializable
 -  final case class Suspend[S[_, _], E, A](s: S[E, A]) extends FreeError[S, E, A] with Product with Serializable
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   implicit  def FreeErrorInstances[S[_, _]]: Error2[[+β$2$, +γ$3$]FreeError[S, β$2$, γ$3$]]
- Annotations
 - @inline()
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    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
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    def fail[S[_, _], E](e: => E): FreeError[S, E, Nothing]
- Annotations
 - @inline()
 
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable])
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -    def lift[S[_, _], E, A](s: S[E, A]): FreeError[S, E, A]
- 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 pure[S[_, _], A](a: A): FreeError[S, Nothing, A]
- Annotations
 - @inline()
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -    def unit[S[_, _]]: FreeError[S, Nothing, Unit]
- 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()
 
 -  object Error2Instance extends Error2Instance[Nothing]