final case class Cont[R, S1, S2, S3, E1, E2, A, B](src: Calc[R, S1, S2, E1, A], ksuc: (A) ⇒ Calc[R, S2, S3, E2, B], kerr: (E1) ⇒ Calc[R, S2, S3, E2, B]) extends Calc[R, S1, S3, E2, B] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Calc[R, S1, S3, E2, B], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Cont
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Calc
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Cont(src: Calc[R, S1, S2, E1, A], ksuc: (A) ⇒ Calc[R, S2, S3, E2, B], kerr: (E1) ⇒ Calc[R, S2, S3, E2, B])

Type Members

  1. type MidErr = E1
  2. type MidState = S2

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def exec(r: R, init: S1): S3
    Definition Classes
    Calc
  8. final def execUnit(init: S1)(implicit ev: <:<[Unit, R]): S3
    Definition Classes
    Calc
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. val kerr: (E1) ⇒ Calc[R, S2, S3, E2, B]
  12. val ksuc: (A) ⇒ Calc[R, S2, S3, E2, B]
  13. final def narrowRead[R1 <: R]: Calc[R1, S1, S3, E2, B]
    Definition Classes
    Calc
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def run(r: R, init: S1): (S3, Either[E2, B])
    Definition Classes
    Calc
  18. final def runUnit(init: S1)(implicit ev: <:<[Unit, R]): (S3, Either[E2, B])
    Definition Classes
    Calc
  19. val src: Calc[R, S1, S2, E1, A]
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Calc[R, S1, S3, E2, B]

Inherited from AnyRef

Inherited from Any

Ungrouped