class ZioTofuErrorsToInstance[R, E, E1] extends ErrorsTo[[γ$19$]ZIO[R, E, γ$19$], [γ$20$]ZIO[R, E1, γ$20$], E]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZioTofuErrorsToInstance
- ErrorsTo
- HandleTo
- RestoreTo
- Lift
- Raise
- ContravariantRaise
- ErrorBase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ZioTofuErrorsToInstance()(implicit lens: Extract[E1, E])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- 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
- final def handleWith[A](fa: ZIO[R, E, A])(f: (E) => ZIO[R, E1, A]): ZIO[R, E1, A]
- Definition Classes
- ZioTofuErrorsToInstance → HandleTo
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def lift[A](fa: ZIO[R, E1, A]): ZIO[R, E, A]
- Definition Classes
- ZioTofuErrorsToInstance → Lift
- def liftF: FunctionK[[γ$20$]ZIO[R, E1, γ$20$], [γ$19$]ZIO[R, E, γ$19$]]
- Definition Classes
- Lift
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def raise[A](err: E): ZIO[R, E, A]
- Definition Classes
- ZioTofuErrorsToInstance → Raise → ContravariantRaise
- 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
- final def restore[A](fa: ZIO[R, E, A]): ZIO[R, E1, Option[A]]
- Definition Classes
- ZioTofuErrorsToInstance → RestoreTo
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)