Packages

final case class Suspend[S[_, _], E, A](s: S[E, A]) extends FreeError[S, E, A] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, FreeError[S, E, A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Suspend
  2. Serializable
  3. Product
  4. Equals
  5. FreeError
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Suspend(s: S[E, A])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. 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()
  4. final def <*[S1[e, a] >: S[e, a], B, E1 >: E](sc: FreeError[S1, E1, B]): FreeError[S1, E1, A]
    Definition Classes
    FreeError
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def as[B](as: => B): FreeError[S, E, B]
    Definition Classes
    FreeError
    Annotations
    @inline()
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. final def catchAll[S1[e, a] >: S[e, a], A1 >: A, E1](err: (E) => FreeError[S1, E1, A1]): FreeError[S1, E1, A1]
    Definition Classes
    FreeError
    Annotations
    @inline()
  9. final def catchSome[S1[e, a] >: S[e, a], A2 >: A, E1 >: E](err: PartialFunction[E, FreeError[S1, E1, A2]]): FreeError[S1, E1, A2]
    Definition Classes
    FreeError
    Annotations
    @inline()
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def flatMap[S1[e, a] >: S[e, a], B, E1 >: E](fun: (A) => FreeError[S1, E1, B]): FreeError[S1, E1, B]
    Definition Classes
    FreeError
    Annotations
    @inline()
  14. final def flip: FreeError[S, A, E]
    Definition Classes
    FreeError
    Annotations
    @inline()
  15. final def foldMap[S1[e, a] >: S[e, a], G[+_, +_]](transform: ~>>[S1, G])(implicit G: Error2[G]): G[E, A]
    Definition Classes
    FreeError
    Annotations
    @nowarn() @inline()
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def guarantee[S1[e, a] >: S[e, a]](g: FreeError[S1, Nothing, Unit]): FreeError[S1, E, A]
    Definition Classes
    FreeError
    Annotations
    @inline()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def map[B](fun: (A) => B): FreeError[S, E, B]
    Definition Classes
    FreeError
    Annotations
    @inline()
  20. final def mapK[S1[e, a] >: S[e, a], T[_, _]](f: ~>>[S1, T]): FreeError[T, E, A]
    Definition Classes
    FreeError
    Annotations
    @inline()
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. 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]
    Definition Classes
    FreeError
    Annotations
    @inline()
  26. final def redeemPure[B](err: (E) => B, succ: (A) => B): FreeError[S, Nothing, B]
    Definition Classes
    FreeError
    Annotations
    @inline()
  27. val s: S[E, A]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    Suspend → AnyRef → Any
  30. final def void: FreeError[S, E, Unit]
    Definition Classes
    FreeError
    Annotations
    @inline()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from FreeError[S, E, A]

Inherited from AnyRef

Inherited from Any

Ungrouped