final case class Pure[S, +A](a: A) extends CalcRes[Any, S, S, Nothing, A] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, CalcRes[Any, S, S, Nothing, A], Calc[Any, S, S, Nothing, A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Pure
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CalcRes
  7. Calc
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Pure(a: A)

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. val a: A
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. final def exec(r: Any, init: S): S
    Definition Classes
    Calc
  9. final def execUnit(init: S)(implicit ev: <:<[Unit, Any]): S
    Definition Classes
    Calc
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def narrowRead[R1 <: Any]: Calc[R1, S, S, Nothing, A]
    Definition Classes
    Calc
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def run(r: Any, init: S): (S, Either[Nothing, A])
    Definition Classes
    Calc
  17. final def runUnit(init: S)(implicit ev: <:<[Unit, Any]): (S, Either[Nothing, A])
    Definition Classes
    Calc
  18. def submit[X](r: Any, s: S, ke: (S, Nothing) ⇒ X, ka: (S, A) ⇒ X): X
    Definition Classes
    PureCalcRes
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  22. 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 CalcRes[Any, S, S, Nothing, A]

Inherited from Calc[Any, S, S, Nothing, A]

Inherited from AnyRef

Inherited from Any

Ungrouped