Packages

class BIOApplicativeOps[F[+_, +_], +E, +A] extends BIOFunctorOps[F, E, A]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BIOApplicativeOps
  2. BIOFunctorOps
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BIOApplicativeOps(r: F[E, A])(implicit F: Applicative2[F])

Value Members

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

    execute two operations in order, return result of second operation

    execute two operations in order, return result of second operation

    Annotations
    @inline()
  4. final def <*[E1 >: E, B](f0: => F[E1, B]): F[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

    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. implicit val F: Applicative2[F]
    Attributes
    protected[this]
    Definition Classes
    BIOApplicativeOpsBIOFunctorOps
  7. final def as[B](b: => B): F[E, B]
    Definition Classes
    BIOFunctorOps
    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 forever: F[E, Nothing]
    Annotations
    @inline()
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def map[B](f: (A) => B): F[E, B]
    Definition Classes
    BIOFunctorOps
    Annotations
    @inline()
  17. final def map2[E2 >: E, B, C](r2: => F[E2, B])(f: (A, B) => C): F[E2, C]

    execute two operations in order, map their results

    execute two operations in order, map their results

    Annotations
    @inline()
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val r: F[E, A]
    Attributes
    protected[this]
    Definition Classes
    BIOApplicativeOpsBIOFunctorOps
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def void: F[E, Unit]
    Definition Classes
    BIOFunctorOps
    Annotations
    @inline()
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def widen[A1](implicit ev: <:<[A, A1]): F[E, A1]
    Definition Classes
    BIOFunctorOps
    Annotations
    @inline()
  29. final def zip[E2 >: E, B, C](r2: => F[E2, B]): F[E2, (A, B)]

    execute two operations in order, return result of both operations

    execute two operations in order, return result of both operations

    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 BIOFunctorOps[F, E, A]

Inherited from AnyRef

Inherited from Any

Ungrouped