c

tofu.zioInstances

ZioTofuErrorsToInstance

class ZioTofuErrorsToInstance[R, E, E1] extends ErrorsTo[[γ$19$]ZIO[R, E, γ$19$], [γ$20$]ZIO[R, E1, γ$20$], E]

Linear Supertypes
ErrorsTo[[γ$19$]ZIO[R, E, γ$19$], [γ$20$]ZIO[R, E1, γ$20$], E], HandleTo[[γ$19$]ZIO[R, E, γ$19$], [γ$20$]ZIO[R, E1, γ$20$], E], RestoreTo[[γ$19$]ZIO[R, E, γ$19$], [γ$20$]ZIO[R, E1, γ$20$]], Lift[[γ$20$]ZIO[R, E1, γ$20$], [γ$19$]ZIO[R, E, γ$19$]], Raise[[γ$19$]ZIO[R, E, γ$19$], E], ContravariantRaise[[γ$19$]ZIO[R, E, γ$19$], E], ErrorBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZioTofuErrorsToInstance
  2. ErrorsTo
  3. HandleTo
  4. RestoreTo
  5. Lift
  6. Raise
  7. ContravariantRaise
  8. ErrorBase
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ZioTofuErrorsToInstance()(implicit lens: Extract[E1, E])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def attempt[A](fa: ZIO[R, E, A])(implicit F: Functor[[γ$22$]ZIO[R, E, γ$22$]], G: Applicative[[γ$23$]ZIO[R, E1, γ$23$]]): ZIO[R, E1, Either[E, A]]
    Definition Classes
    ZioTofuErrorsToInstance → HandleTo
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. final def handle[A](fa: ZIO[R, E, A])(f: (E) => A)(implicit G: Applicative[[γ$21$]ZIO[R, E1, γ$21$]]): ZIO[R, E1, A]
    Definition Classes
    ZioTofuErrorsToInstance → HandleTo
  11. final def handleWith[A](fa: ZIO[R, E, A])(f: (E) => ZIO[R, E1, A]): ZIO[R, E1, A]
    Definition Classes
    ZioTofuErrorsToInstance → HandleTo
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def lift[A](fa: ZIO[R, E1, A]): ZIO[R, E, A]
    Definition Classes
    ZioTofuErrorsToInstance → Lift
  15. def liftF: FunctionK[[γ$20$]ZIO[R, E1, γ$20$], [γ$19$]ZIO[R, E, γ$19$]]
    Definition Classes
    Lift
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. final def raise[A](err: E): ZIO[R, E, A]
    Definition Classes
    ZioTofuErrorsToInstance → Raise → ContravariantRaise
  20. def reRaise[A, E1 <: E](fa: ZIO[R, E, Either[E1, A]])(implicit F: FlatMap[[γ$19$]ZIO[R, E, γ$19$]], A: Applicative[[γ$19$]ZIO[R, E, γ$19$]]): ZIO[R, E, A]
    Definition Classes
    ContravariantRaise
  21. final def restore[A](fa: ZIO[R, E, A]): ZIO[R, E1, Option[A]]
    Definition Classes
    ZioTofuErrorsToInstance → RestoreTo
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

Inherited from ErrorsTo[[γ$19$]ZIO[R, E, γ$19$], [γ$20$]ZIO[R, E1, γ$20$], E]

Inherited from HandleTo[[γ$19$]ZIO[R, E, γ$19$], [γ$20$]ZIO[R, E1, γ$20$], E]

Inherited from RestoreTo[[γ$19$]ZIO[R, E, γ$19$], [γ$20$]ZIO[R, E1, γ$20$]]

Inherited from Lift[[γ$20$]ZIO[R, E1, γ$20$], [γ$19$]ZIO[R, E, γ$19$]]

Inherited from Raise[[γ$19$]ZIO[R, E, γ$19$], E]

Inherited from ContravariantRaise[[γ$19$]ZIO[R, E, γ$19$], E]

Inherited from ErrorBase

Inherited from AnyRef

Inherited from Any

Ungrouped