Packages

trait Local3[FR[-_, +_, +_]] extends MonadAsk3[FR] with ArrowChoice3[FR] with LocalInstances

Linear Supertypes
LocalInstances, ArrowChoice3[FR], Arrow3[FR], Profunctor3[FR], MonadAsk3[FR], MonadAskSyntax, Ask3[FR], RootTrifunctor[FR], Root, PredefinedHelper, DivergenceHelper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Local3
  2. LocalInstances
  3. ArrowChoice3
  4. Arrow3
  5. Profunctor3
  6. MonadAsk3
  7. MonadAskSyntax
  8. Ask3
  9. RootTrifunctor
  10. Root
  11. PredefinedHelper
  12. DivergenceHelper
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Divergence = Nondivergent
    Definition Classes
    DivergenceHelper
  2. type IsPredefined = NotPredefined
    Definition Classes
    PredefinedHelper

Abstract Value Members

  1. abstract def InnerF: Monad3[FR]
    Definition Classes
    Local3Profunctor3MonadAsk3Ask3
  2. abstract def ask[R]: FR[R, Nothing, R]
    Definition Classes
    Ask3

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. def access[R, E, A](f: (R) => FR[R, E, A]): FR[R, E, A]
    Definition Classes
    Local3MonadAsk3
  5. def andThen[R, R1, E, A](f: FR[R, E, R1], g: FR[R1, E, A]): FR[R, E, A]
    Definition Classes
    Local3Arrow3
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def askWith[R, A](f: (R) => A): FR[R, Nothing, A]
    Definition Classes
    Local3Arrow3Ask3
  8. def asking[R, E, A](f: FR[R, E, A]): FR[R, E, (A, R)]
    Definition Classes
    Local3Arrow3
  9. def choice[R1, R2, E, A](f: FR[R1, E, A], g: FR[R2, E, A]): FR[Either[R1, R2], E, A]
    Definition Classes
    ArrowChoice3
  10. def choose[RL, RR, E, AL, AR](f: FR[RL, E, AL], g: FR[RR, E, AR]): FR[Either[RL, RR], E, Either[AL, AR]]
    Definition Classes
    Local3ArrowChoice3
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def contramap[R, E, A, R0](fr: FR[R, E, A])(f: (R0) => R): FR[R0, E, A]
    Definition Classes
    Profunctor3
  13. def dimap[R1, E, A1, R2, A2](fab: FR[R1, E, A1])(f: (R2) => R1)(g: (A1) => A2): FR[R2, E, A2]
    Definition Classes
    Local3Profunctor3
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def provide[R, E, A](fr: FR[R, E, A])(env: => R): FR[Any, E, A]
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from LocalInstances

Inherited from ArrowChoice3[FR]

Inherited from Arrow3[FR]

Inherited from Profunctor3[FR]

Inherited from MonadAsk3[FR]

Inherited from MonadAskSyntax

Inherited from Ask3[FR]

Inherited from RootTrifunctor[FR]

Inherited from Root

Inherited from PredefinedHelper

Inherited from DivergenceHelper

Inherited from AnyRef

Inherited from Any

Ungrouped