trait BIOLocal[FR[-_, +_, +_]] extends BIOMonadAsk[FR] with BIOArrowChoice[FR] with BIOLocalInstances

Linear Supertypes
BIOLocalInstances, BIOArrowChoice[FR], BIOArrow[FR], BIOProfunctor[FR], BIOMonadAsk[FR], BIOMonadAskSyntax, BIOAsk[FR], BIORoot, PredefinedHelper, DivergenceHelper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BIOLocal
  2. BIOLocalInstances
  3. BIOArrowChoice
  4. BIOArrow
  5. BIOProfunctor
  6. BIOMonadAsk
  7. BIOMonadAskSyntax
  8. BIOAsk
  9. BIORoot
  10. PredefinedHelper
  11. DivergenceHelper
  12. AnyRef
  13. 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 val InnerF: BIOMonad3[FR]
    Definition Classes
    BIOLocalBIOProfunctorBIOMonadAskBIOAsk
  2. abstract def ask[R]: FR[R, Nothing, R]
    Definition Classes
    BIOAsk

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
    BIOLocalBIOMonadAsk
  5. def andThen[R, R1, E, A](f: FR[R, E, R1], g: FR[R1, E, A]): FR[R, E, A]
    Definition Classes
    BIOLocalBIOArrow
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def askWith[R, A](f: (R) => A): FR[R, Nothing, A]
    Definition Classes
    BIOLocalBIOArrowBIOAsk
  8. def asking[R, E, A](f: FR[R, E, A]): FR[R, E, (A, R)]
    Definition Classes
    BIOLocalBIOArrow
  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
    BIOArrowChoice
  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
    BIOLocalBIOArrowChoice
  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
    BIOProfunctor
  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
    BIOLocalBIOProfunctor
  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 BIOLocalInstances

Inherited from BIOArrowChoice[FR]

Inherited from BIOArrow[FR]

Inherited from BIOProfunctor[FR]

Inherited from BIOMonadAsk[FR]

Inherited from BIOMonadAskSyntax

Inherited from BIOAsk[FR]

Inherited from BIORoot

Inherited from PredefinedHelper

Inherited from DivergenceHelper

Inherited from AnyRef

Inherited from Any

Ungrouped