cats.MonadCombine

AllOps

trait AllOps[F[_], A] extends Ops[F, A] with MonadFilter.AllOps[F, A] with Alternative.AllOps[F, A]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AllOps
  2. AllOps
  3. AllOps
  4. AllOps
  5. Ops
  6. Ops
  7. Ops
  8. AllOps
  9. AllOps
  10. AllOps
  11. Ops
  12. AllOps
  13. AllOps
  14. AllOps
  15. Ops
  16. AllOps
  17. Ops
  18. Ops
  19. Ops
  20. Ops
  21. Ops
  22. Ops
  23. AnyRef
  24. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def self: F[A]

    Definition Classes
    Ops
  2. abstract val typeClassInstance: MonadCombine[F]

    Definition Classes
    AllOpsAllOpsAllOpsAllOpsOpsOpsOpsAllOpsAllOpsAllOpsOpsAllOpsAllOpsAllOpsOpsAllOpsOpsOpsOpsOpsOpsOps

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def filter(f: (A) ⇒ Boolean): F[A]

    Definition Classes
    Ops
  11. def filterM(f: (A) ⇒ F[Boolean]): F[A]

    Definition Classes
    Ops
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def flatMap[B](f: (A) ⇒ F[B]): F[B]

    Definition Classes
    Ops
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def imap[B](f: (A) ⇒ B)(fi: (B) ⇒ A): F[B]

    Definition Classes
    Ops
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def map[B](f: (A) ⇒ B): F[B]

    Definition Classes
    Ops
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def product[B](fb: F[B]): F[(A, B)]

    Definition Classes
    Ops
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Alternative.AllOps[F, A]

Inherited from MonoidK.AllOps[F, A]

Inherited from SemigroupK.AllOps[F, A]

Inherited from SemigroupK.Ops[F, A]

Inherited from MonoidK.Ops[F, A]

Inherited from Alternative.Ops[F, A]

Inherited from MonadFilter.AllOps[F, A]

Inherited from Monad.AllOps[F, A]

Inherited from Applicative.AllOps[F, A]

Inherited from Applicative.Ops[F, A]

Inherited from FlatMap.AllOps[F, A]

Inherited from Apply.AllOps[F, A]

Inherited from Cartesian.AllOps[F, A]

Inherited from Cartesian.Ops[F, A]

Inherited from Functor.AllOps[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 MonadFilter.Ops[F, A]

Inherited from Ops[F, A]

Inherited from AnyRef

Inherited from Any

Ungrouped