Packages

c

izumi.functional.bio.syntax.Syntax2

ApplicativeErrorOps

class ApplicativeErrorOps[F[+_, +_], +E, +A] extends GuaranteeOps[F, E, A]

Linear Supertypes
GuaranteeOps[F, E, A], ApplicativeOps[F, E, A], FunctorOps[F, E, A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApplicativeErrorOps
  2. GuaranteeOps
  3. ApplicativeOps
  4. FunctorOps
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ApplicativeErrorOps(r: F[E, A])(implicit F: ApplicativeError2[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

    Definition Classes
    ApplicativeOps
    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

    Definition Classes
    ApplicativeOps
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. implicit val F: ApplicativeError2[F]
    Attributes
    protected[this]
    Definition Classes
    ApplicativeErrorOpsGuaranteeOpsApplicativeOpsFunctorOps
  7. final def as[B](b: => B): F[E, B]
    Definition Classes
    FunctorOps
    Annotations
    @inline()
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. final def bimap[E2, B](f: (E) => E2, g: (A) => B): F[E2, B]
    Annotations
    @inline()
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def forever: F[E, Nothing]
    Definition Classes
    ApplicativeOps
    Annotations
    @inline()
  15. final def fromOptionOr[B](valueOnNone: => B)(implicit ev: <:<[A, Option[B]]): F[E, B]
    Definition Classes
    FunctorOps
    Annotations
    @inline()
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def guarantee(cleanup: F[Nothing, Unit]): F[E, A]
    Definition Classes
    GuaranteeOps
    Annotations
    @inline()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def leftMap[E2](f: (E) => E2): F[E2, A]
    Annotations
    @inline()
  21. final def leftMap2[E2, A1 >: A, E3](r2: => F[E2, A1])(f: (E, E2) => E3): F[E3, A1]
    Annotations
    @inline()
  22. final def map[B](f: (A) => B): F[E, B]
    Definition Classes
    FunctorOps
    Annotations
    @inline()
  23. 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

    Definition Classes
    ApplicativeOps
    Annotations
    @inline()
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def orElse[E2, A1 >: A](r2: => F[E2, A1]): F[E2, A1]
    Annotations
    @inline()
  28. val r: F[E, A]
    Attributes
    protected[this]
    Definition Classes
    ApplicativeErrorOpsGuaranteeOpsApplicativeOpsFunctorOps
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def void: F[E, Unit]
    Definition Classes
    FunctorOps
    Annotations
    @inline()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def widen[A1](implicit ev: <:<[A, A1]): F[E, A1]
    Definition Classes
    FunctorOps
    Annotations
    @inline()
  36. final def widenBoth[E1 >: E, A1](implicit ev2: <:<[A, A1]): F[E1, A1]
    Annotations
    @inline()
  37. final def widenError[E1 >: E]: F[E1, A]
    Annotations
    @inline()
  38. 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

    Definition Classes
    ApplicativeOps
    Annotations
    @inline()

Inherited from GuaranteeOps[F, E, A]

Inherited from ApplicativeOps[F, E, A]

Inherited from FunctorOps[F, E, A]

Inherited from AnyRef

Inherited from Any

Ungrouped