Packages

final class Ops[A[_[_], _, _, _, _], F[_], R, O, S, E] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ops
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Ops(a: A[F, R, O, S, E])(implicit tc: ActionOps[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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def mapE[X](f: (E) ⇒ X)(implicit em: ExecutionModel[F]): A[F, R, O, S, X]
  12. def mapO[X](f: (X) ⇒ O)(implicit em: ExecutionModel[F]): A[F, R, X, S, E]
  13. def mapOS[X, Y](f: (X) ⇒ O, g: (Y) ⇒ S)(h: (Y, S) ⇒ Y)(implicit em: ExecutionModel[F]): A[F, R, X, Y, E]
  14. def mapR[X](f: (X) ⇒ R): A[F, X, O, S, E]
  15. def mapS[X](g: (X) ⇒ S)(h: (X, S) ⇒ X)(implicit em: ExecutionModel[F]): A[F, R, O, X, E]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def pmapO[X](f: (X) ⇒ Or[E, O])(implicit em: ExecutionModel[F]): A[F, R, X, S, E]
  20. def pmapR[X](f: (X) ⇒ Or[E, R])(implicit em: ExecutionModel[F]): A[F, X, O, S, E]
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def trans[G[_]](t: ~~>[F, G]): A[G, R, O, S, E]
  24. def updateState(f: (S) ⇒ S)(implicit em: ExecutionModel[F]): A[F, R, O, S, E]
  25. def updateStateAttempt(f: (S) ⇒ Or[E, S])(implicit em: ExecutionModel[F]): A[F, R, O, S, E]
  26. def updateStateAttemptBy(f: (OS[O, S]) ⇒ Or[E, S])(implicit em: ExecutionModel[F]): A[F, R, O, S, E]
  27. def updateStateBy(f: (OS[O, S]) ⇒ S)(implicit em: ExecutionModel[F]): A[F, R, O, S, E]
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped