Trait

scalaz.syntax

MonadPlusSyntax

Related Doc: package syntax

Permalink

trait MonadPlusSyntax[F[_]] extends MonadSyntax[F] with ApplicativePlusSyntax[F]

Source
MonadPlusSyntax.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MonadPlusSyntax
  2. ApplicativePlusSyntax
  3. PlusEmptySyntax
  4. PlusSyntax
  5. MonadSyntax
  6. BindSyntax
  7. ApplicativeSyntax
  8. ApplySyntax
  9. FunctorSyntax
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait ApplicativeIdV[A] extends Ops[A]

    Permalink
    Definition Classes
    ApplicativeSyntax
  2. trait LiftV[A, B] extends Ops[(A) ⇒ B]

    Permalink
    Definition Classes
    FunctorSyntax

Abstract Value Members

  1. abstract def F: MonadPlus[F]

    Permalink

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def ApplicativeIdV[A](v: ⇒ A): ApplicativeIdV[A] { lazy val self: A }

    Permalink
    Definition Classes
    ApplicativeSyntax
  5. implicit def ToApplicativeOps[A](v: F[A]): ApplicativeOps[F, A]

    Permalink
    Definition Classes
    ApplicativeSyntax
  6. implicit def ToApplicativePlusOps[A](v: F[A]): ApplicativePlusOps[F, A]

    Permalink
    Definition Classes
    ApplicativePlusSyntax
  7. implicit def ToApplyOps[A](v: F[A]): ApplyOps[F, A]

    Permalink
    Definition Classes
    ApplySyntax
  8. implicit def ToBindOps[A](v: F[A]): BindOps[F, A]

    Permalink
    Definition Classes
    BindSyntax
  9. implicit def ToFunctorOps[A](v: F[A]): FunctorOps[F, A]

    Permalink
    Definition Classes
    FunctorSyntax
  10. implicit def ToLiftV[A, B](v: (A) ⇒ B): LiftV[A, B]

    Permalink
    Definition Classes
    FunctorSyntax
  11. implicit def ToMonadOps[A](v: F[A]): MonadOps[F, A]

    Permalink
    Definition Classes
    MonadSyntax
  12. implicit def ToMonadPlusOps[A](v: F[A]): MonadPlusOps[F, A]

    Permalink
  13. implicit def ToPlusEmptyOps[A](v: F[A]): PlusEmptyOps[F, A]

    Permalink
    Definition Classes
    PlusEmptySyntax
  14. implicit def ToPlusOps[A](v: F[A]): PlusOps[F, A]

    Permalink
    Definition Classes
    PlusSyntax
  15. def ^[A, B, C](fa: ⇒ F[A], fb: ⇒ F[B])(f: (A, B) ⇒ C): F[C]

    Permalink
    Definition Classes
    ApplySyntax
  16. def ^^[A, B, C, D](fa: ⇒ F[A], fb: ⇒ F[B], fc: ⇒ F[C])(f: (A, B, C) ⇒ D): F[D]

    Permalink
    Definition Classes
    ApplySyntax
  17. def ^^^[A, B, C, D, E](fa: ⇒ F[A], fb: ⇒ F[B], fc: ⇒ F[C], fd: ⇒ F[D])(f: (A, B, C, D) ⇒ E): F[E]

    Permalink
    Definition Classes
    ApplySyntax
  18. def ^^^^[A, B, C, D, E, I](fa: ⇒ F[A], fb: ⇒ F[B], fc: ⇒ F[C], fd: ⇒ F[D], fe: ⇒ F[E])(f: (A, B, C, D, E) ⇒ I): F[I]

    Permalink
    Definition Classes
    ApplySyntax
  19. def ^^^^^[A, B, C, D, E, I, J](fa: ⇒ F[A], fb: ⇒ F[B], fc: ⇒ F[C], fd: ⇒ F[D], fe: ⇒ F[E], fi: ⇒ F[I])(f: (A, B, C, D, E, I) ⇒ J): F[J]

    Permalink
    Definition Classes
    ApplySyntax
  20. def ^^^^^^[A, B, C, D, E, I, J, K](fa: ⇒ F[A], fb: ⇒ F[B], fc: ⇒ F[C], fd: ⇒ F[D], fe: ⇒ F[E], fi: ⇒ F[I], fj: ⇒ F[J])(f: (A, B, C, D, E, I, J) ⇒ K): F[K]

    Permalink
    Definition Classes
    ApplySyntax
  21. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  22. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. implicit def lift2[A, B, C](f: (A, B) ⇒ C): (F[A], F[B]) ⇒ F[C]

    Permalink
    Definition Classes
    ApplySyntax
  30. implicit def lift3[A, B, C, D](f: (A, B, C) ⇒ D): (F[A], F[B], F[C]) ⇒ F[D]

    Permalink
    Definition Classes
    ApplySyntax
  31. implicit def lift4[A, B, C, D, E](f: (A, B, C, D) ⇒ E): (F[A], F[B], F[C], F[D]) ⇒ F[E]

    Permalink
    Definition Classes
    ApplySyntax
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def point[A](a: ⇒ A)(implicit F: Applicative[F]): F[A]

    Permalink
    Definition Classes
    ApplicativeSyntax
  36. def pure[A](a: ⇒ A)(implicit F: Applicative[F]): F[A]

    Permalink

    Alias for point

    Alias for point

    Definition Classes
    ApplicativeSyntax
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def η[A](a: ⇒ A)(implicit F: Applicative[F]): F[A]

    Permalink
    Definition Classes
    ApplicativeSyntax

Inherited from ApplicativePlusSyntax[F]

Inherited from PlusEmptySyntax[F]

Inherited from PlusSyntax[F]

Inherited from MonadSyntax[F]

Inherited from BindSyntax[F]

Inherited from ApplicativeSyntax[F]

Inherited from ApplySyntax[F]

Inherited from FunctorSyntax[F]

Inherited from AnyRef

Inherited from Any

Ungrouped