Packages

trait AllOps[F[_], A] extends Ops[F, A] with Monad.AllOps[F, A] with CommutativeFlatMap.AllOps[F, A] with CommutativeApplicative.AllOps[F, A]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AllOps
  2. AllOps
  3. Ops
  4. AllOps
  5. AllOps
  6. Ops
  7. Ops
  8. AllOps
  9. AllOps
  10. AllOps
  11. Ops
  12. Ops
  13. AllOps
  14. AllOps
  15. AllOps
  16. AllOps
  17. Ops
  18. Ops
  19. AllOps
  20. AllOps
  21. Ops
  22. Ops
  23. Ops
  24. Ops
  25. Ops
  26. Ops
  27. AnyRef
  28. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type TypeClassType <: CommutativeMonad[F]
    Definition Classes
    AllOpsAllOpsOpsAllOpsAllOpsOpsOpsAllOpsAllOpsAllOpsOpsOpsAllOpsAllOpsAllOpsAllOpsOpsOpsAllOpsAllOpsOpsOpsOpsOpsOpsOps

Abstract Value Members

  1. abstract def self: F[A]
    Definition Classes
    Ops
  2. abstract val typeClassInstance: TypeClassType
    Definition Classes
    AllOpsAllOpsOpsAllOpsAllOpsOpsOpsAllOpsAllOpsAllOpsOpsOpsAllOpsAllOpsAllOpsAllOpsOpsOpsAllOpsAllOpsOpsOpsOpsOpsOpsOps

Concrete 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def flatMap[B](f: (A) ⇒ F[B]): F[B]
    Definition Classes
    Ops
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def map[B](f: (A) ⇒ B): F[B]
    Definition Classes
    Ops
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. def product[B](fb: F[B]): F[(A, B)]
    Definition Classes
    Ops
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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
    @native() @throws( ... )

Inherited from CommutativeApplicative.AllOps[F, A]

Inherited from CommutativeApplicative.Ops[F, A]

Inherited from CommutativeFlatMap.AllOps[F, A]

Inherited from CommutativeApply.AllOps[F, A]

Inherited from CommutativeApply.Ops[F, A]

Inherited from CommutativeFlatMap.Ops[F, A]

Inherited from Monad.AllOps[F, A]

Inherited from Applicative.AllOps[F, A]

Inherited from InvariantMonoidal.AllOps[F, A]

Inherited from InvariantMonoidal.Ops[F, A]

Inherited from Applicative.Ops[F, A]

Inherited from FlatMap.AllOps[F, A]

Inherited from Apply.AllOps[F, A]

Inherited from InvariantSemigroupal.AllOps[F, A]

Inherited from Semigroupal.AllOps[F, A]

Inherited from Semigroupal.Ops[F, A]

Inherited from InvariantSemigroupal.Ops[F, A]

Inherited from Functor.AllOps[F, A]

Inherited from Invariant.AllOps[F, A]

Inherited from Invariant.Ops[F, A]

Inherited from Functor.Ops[F, A]

Inherited from Apply.Ops[F, A]

Inherited from FlatMap.Ops[F, A]

Inherited from Monad.Ops[F, A]

Inherited from Ops[F, A]

Inherited from AnyRef

Inherited from Any

Ungrouped