Trait

harmony.toscalaz.typeclass

ScalazMonadReader

Related Doc: package typeclass

Permalink

trait ScalazMonadReader[F[_], S] extends ScalazApplicative[F] with ScalazBindRec[F]

Self Type
ScalazMonadReader[F, S] with MonadReader[F, S] with BindRec[F]
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalazMonadReader
  2. ScalazBindRec
  3. ScalazApply
  4. ScalazFunctor
  5. ScalazInvariantFunctor
  6. ScalazApplicative
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract def catsMonadReader: MonadReader[F, S]

    Permalink
    Attributes
    protected

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. def ap[A, B](fa: ⇒ F[A])(f: ⇒ F[(A) ⇒ B]): F[B]

    Permalink
    Definition Classes
    ScalazApply
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def ask: F[S]

    Permalink
  7. def bind[A, B](fa: F[A])(f: (A) ⇒ F[B]): F[B]

    Permalink
    Definition Classes
    ScalazBindRec
  8. implicit lazy val catsApplicative: Applicative[F]

    Permalink
    Attributes
    protected
    Definition Classes
    ScalazMonadReaderScalazApplicative
  9. implicit lazy val catsApply: Apply[F]

    Permalink
    Attributes
    protected
    Definition Classes
    ScalazBindRecScalazApply
  10. implicit lazy val catsFlatMap: FlatMap[F]

    Permalink
    Attributes
    protected
    Definition Classes
    ScalazMonadReaderScalazBindRec
  11. implicit lazy val catsFunctor: Functor[F]

    Permalink
    Attributes
    protected
    Definition Classes
    ScalazApplyScalazFunctor
  12. implicit lazy val catsInvariant: Invariant[F]

    Permalink
    Attributes
    protected
    Definition Classes
    ScalazFunctorScalazInvariantFunctor
  13. def clone(): AnyRef

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  20. def local[A](f: (S) ⇒ S)(fa: F[A]): F[A]

    Permalink
  21. def map[A, B](fa: F[A])(f: (A) ⇒ B): F[B]

    Permalink
    Definition Classes
    ScalazFunctor
  22. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    ScalazApplicative
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def tailrecM[A, B](f: (A) ⇒ F[Disjunction[A, B]])(a: A): F[B]

    Permalink
    Definition Classes
    ScalazBindRec
  28. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def xmap[A, B](ma: F[A], f: (A) ⇒ B, g: (B) ⇒ A): F[B]

    Permalink
    Definition Classes
    ScalazInvariantFunctor

Inherited from ScalazBindRec[F]

Inherited from ScalazApply[F]

Inherited from ScalazFunctor[F]

Inherited from ScalazInvariantFunctor[F]

Inherited from ScalazApplicative[F]

Inherited from AnyRef

Inherited from Any

Ungrouped