Packages

final class BIOMonad3Ops[FR[-_, +_, +_], -R, +E, +A] extends BIOApplicative3Ops[FR, R, E, A]

Linear Supertypes
BIOApplicative3Ops[FR, R, E, A], BIOFunctor3Ops[FR, R, E, A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BIOMonad3Ops
  2. BIOApplicative3Ops
  3. BIOFunctor3Ops
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BIOMonad3Ops(r: FR[R, E, A])(implicit F: Monad3[FR])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def *>[R1 <: R, E1 >: E, B](f0: => FR[R1, E1, B]): FR[R1, E1, B]

    execute two operations in order, return result of second operation

    execute two operations in order, return result of second operation

    Definition Classes
    BIOApplicative3Ops
    Annotations
    @inline()
  4. final def <*[R1 <: R, E1 >: E, B](f0: => FR[R1, E1, B]): FR[R1, E1, A]

    execute two operations in order, same as *>, but return result of first operation

    execute two operations in order, same as *>, but return result of first operation

    Definition Classes
    BIOApplicative3Ops
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. implicit val F: Monad3[FR]
    Attributes
    protected[this]
    Definition Classes
    BIOMonad3OpsBIOApplicative3OpsBIOFunctor3Ops
  7. final def as[B](b: => B): FR[R, E, B]
    Definition Classes
    BIOFunctor3Ops
    Annotations
    @inline()
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def flatMap[R1 <: R, E1 >: E, B](f0: (A) => FR[R1, E1, B]): FR[R1, E1, B]
    Annotations
    @inline()
  13. final def flatten[R1 <: R, E1 >: E, A1](implicit ev: <:<[A, FR[R1, E1, A1]]): FR[R1, E1, A1]
    Annotations
    @inline()
  14. final def forever: FR[R, E, Nothing]
    Definition Classes
    BIOApplicative3Ops
    Annotations
    @inline()
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def map[B](f: (A) => B): FR[R, E, B]
    Definition Classes
    BIOFunctor3Ops
    Annotations
    @inline()
  19. final def map2[R1 <: R, E1 >: E, B, C](r2: => FR[R1, E1, B])(f: (A, B) => C): FR[R1, E1, C]

    execute two operations in order, map their results

    execute two operations in order, map their results

    Definition Classes
    BIOApplicative3Ops
    Annotations
    @inline()
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val r: FR[R, E, A]
    Attributes
    protected[this]
    Definition Classes
    BIOMonad3OpsBIOApplicative3OpsBIOFunctor3Ops
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. final def tap[R1 <: R, E1 >: E, B](f0: (A) => FR[R1, E1, Unit]): FR[R1, E1, A]
    Annotations
    @inline()
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def void: FR[R, E, Unit]
    Definition Classes
    BIOFunctor3Ops
    Annotations
    @inline()
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def widen[A1](implicit ev: <:<[A, A1]): FR[R, E, A1]
    Definition Classes
    BIOFunctor3Ops
    Annotations
    @inline()
  32. final def zip[R1 <: R, E1 >: E, B, C](r2: => FR[R1, E1, B]): FR[R1, E1, (A, B)]

    execute two operations in order, return result of both operations

    execute two operations in order, return result of both operations

    Definition Classes
    BIOApplicative3Ops
    Annotations
    @inline()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from BIOApplicative3Ops[FR, R, E, A]

Inherited from BIOFunctor3Ops[FR, R, E, A]

Inherited from AnyRef

Inherited from Any

Ungrouped