c

tofu.zioInstances

RioTofuInstance

class RioTofuInstance[R] extends ZioTofuInstance[R, Throwable]

Linear Supertypes
ZioTofuInstance[R, Throwable], Delay[[γ$5$]ZIO[R, Throwable, γ$5$]], ScopedExecute[Main, [γ$4$]ZIO[R, Throwable, γ$4$]], Scoped[Main, [γ$4$]ZIO[R, Throwable, γ$4$]], Finally[[γ$2$]ZIO[R, Throwable, γ$2$], [β$3$]Exit[Throwable, β$3$]], Guarantee[[γ$2$]ZIO[R, Throwable, γ$2$]], Fibers[[γ$1$]ZIO[R, Throwable, γ$1$], Id, [β$0$]Fiber[[γ$1$]ZIO[R, Throwable, γ$1$], β$0$]], Race[[γ$1$]ZIO[R, Throwable, γ$1$]], Fire[[γ$1$]ZIO[R, Throwable, γ$1$]], Errors[[γ$0$]ZIO[R, Throwable, γ$0$], Throwable], ErrorsTo[[γ$0$]ZIO[R, Throwable, γ$0$], [γ$0$]ZIO[R, Throwable, γ$0$], Throwable], Handle[[γ$0$]ZIO[R, Throwable, γ$0$], Throwable], Restore[[γ$0$]ZIO[R, Throwable, γ$0$]], HandleTo[[γ$0$]ZIO[R, Throwable, γ$0$], [γ$0$]ZIO[R, Throwable, γ$0$], Throwable], RestoreTo[[γ$0$]ZIO[R, Throwable, γ$0$], [γ$0$]ZIO[R, Throwable, γ$0$]], Lift[[γ$0$]ZIO[R, Throwable, γ$0$], [γ$0$]ZIO[R, Throwable, γ$0$]], Raise[[γ$0$]ZIO[R, Throwable, γ$0$], Throwable], ContravariantRaise[[γ$0$]ZIO[R, Throwable, γ$0$], Throwable], ErrorBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RioTofuInstance
  2. ZioTofuInstance
  3. Delay
  4. ScopedExecute
  5. Scoped
  6. Finally
  7. Guarantee
  8. Fibers
  9. Race
  10. Fire
  11. Errors
  12. ErrorsTo
  13. Handle
  14. Restore
  15. HandleTo
  16. RestoreTo
  17. Lift
  18. Raise
  19. ContravariantRaise
  20. ErrorBase
  21. AnyRef
  22. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RioTofuInstance()

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. def adaptError[A](fa: ZIO[R, Throwable, A])(pf: PartialFunction[Throwable, Throwable]): ZIO[R, Throwable, A]
    Definition Classes
    Errors
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def asMid[A]: Mid[[γ$4$]ZIO[R, Throwable, γ$4$], A]
    Definition Classes
    Scoped
  7. def attempt[A](fa: ZIO[R, Throwable, A])(implicit F: Functor[[γ$0$]ZIO[R, Throwable, γ$0$]], G: Applicative[[γ$0$]ZIO[R, Throwable, γ$0$]]): ZIO[R, Throwable, Either[Throwable, A]]
    Definition Classes
    HandleTo
  8. final def bracket[A, B, C](init: ZIO[R, Throwable, A])(action: (A) => ZIO[R, Throwable, B])(release: (A, Boolean) => ZIO[R, Throwable, C]): ZIO[R, Throwable, B]
    Definition Classes
    ZioTofuInstance → Guarantee
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def deferFuture[A](f: => Future[A]): ZIO[R, Throwable, A]
    Definition Classes
    ScopedExecute
  11. def deferFutureAction[A](f: (ExecutionContext) => Future[A]): ZIO[R, Throwable, A]
    Definition Classes
    RioTofuInstanceZioTofuInstance → ScopedExecute
  12. def delay[A](a: => A): ZIO[R, Throwable, A]
    Definition Classes
    RioTofuInstanceZioTofuInstance → Delay
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def executionContext: ZIO[R, Throwable, ExecutionContext]
    Definition Classes
    ZioTofuInstance → ScopedExecute
  16. final def finallyCase[A, B, C](init: ZIO[R, Throwable, A])(action: (A) => ZIO[R, Throwable, B])(release: (A, Exit[Throwable, B]) => ZIO[R, Throwable, C]): ZIO[R, Throwable, B]
    Definition Classes
    ZioTofuInstance → Finally
  17. final def fireAndForget[A](fa: ZIO[R, Throwable, A]): ZIO[R, Throwable, Unit]
    Definition Classes
    ZioTofuInstance → Fire
  18. final def funK: ~>[[γ$4$]ZIO[R, Throwable, γ$4$], [γ$4$]ZIO[R, Throwable, γ$4$]]
    Definition Classes
    Scoped
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def handle[A](fa: ZIO[R, Throwable, A])(f: (Throwable) => A)(implicit G: Applicative[[γ$0$]ZIO[R, Throwable, γ$0$]]): ZIO[R, Throwable, A]
    Definition Classes
    HandleTo
  21. final def handleWith[A](fa: ZIO[R, Throwable, A])(f: (Throwable) => ZIO[R, Throwable, A]): ZIO[R, Throwable, A]
    Definition Classes
    ZioTofuInstance → Handle → HandleTo
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def lift[A](fa: ZIO[R, Throwable, A]): ZIO[R, Throwable, A]
    Definition Classes
    ZioTofuInstance → Lift
  25. def liftF: FunctionK[[γ$0$]ZIO[R, Throwable, γ$0$], [γ$0$]ZIO[R, Throwable, γ$0$]]
    Definition Classes
    Lift
  26. final def midPoint: Point[[β$0$]Mid[[γ$4$]ZIO[R, Throwable, γ$4$], β$0$]]
    Definition Classes
    Scoped
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def never[A]: ZIO[R, Throwable, A]
    Definition Classes
    ZioTofuInstance → Race
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. final def race[A, B](fa: ZIO[R, Throwable, A], fb: ZIO[R, Throwable, B]): ZIO[R, Throwable, Either[A, B]]
    Definition Classes
    ZioTofuInstance → Race
  32. final def racePair[A, B](fa: ZIO[R, Throwable, A], fb: ZIO[R, Throwable, B]): ZIO[R, Throwable, Either[(A, Fiber[[γ$7$]ZIO[R, Throwable, γ$7$], B]), (Fiber[[γ$8$]ZIO[R, Throwable, γ$8$], A], B)]]
    Definition Classes
    ZioTofuInstance → Fibers
  33. final def raise[A](err: Throwable): ZIO[R, Throwable, A]
    Definition Classes
    ZioTofuInstance → Raise → ContravariantRaise
  34. def reRaise[A, E1 <: Throwable](fa: ZIO[R, Throwable, Either[E1, A]])(implicit F: FlatMap[[γ$0$]ZIO[R, Throwable, γ$0$]], A: Applicative[[γ$0$]ZIO[R, Throwable, γ$0$]]): ZIO[R, Throwable, A]
    Definition Classes
    ContravariantRaise
  35. def recover[A](fa: ZIO[R, Throwable, A])(pf: PartialFunction[Throwable, A])(implicit F: Applicative[[γ$0$]ZIO[R, Throwable, γ$0$]]): ZIO[R, Throwable, A]
    Definition Classes
    Handle
  36. def recoverWith[A](fa: ZIO[R, Throwable, A])(pf: PartialFunction[Throwable, ZIO[R, Throwable, A]]): ZIO[R, Throwable, A]
    Definition Classes
    Handle
  37. final def restore[A](fa: ZIO[R, Throwable, A]): ZIO[R, Throwable, Option[A]]
    Definition Classes
    ZioTofuInstance → RestoreTo
  38. def restoreWith[A](fa: ZIO[R, Throwable, A])(ra: => ZIO[R, Throwable, A]): ZIO[R, Throwable, A]
    Definition Classes
    Handle → Restore
  39. def runScoped[A](fa: ZIO[R, Throwable, A]): ZIO[R, Throwable, A]
    Definition Classes
    ZioTofuInstance → Scoped
  40. final def start[A](fa: ZIO[R, Throwable, A]): ZIO[R, Throwable, Fiber[[γ$6$]ZIO[R, Throwable, γ$6$], A]]
    Definition Classes
    ZioTofuInstance → Fibers
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. final def tagged[NewTag]: Scoped[NewTag, [γ$4$]ZIO[R, Throwable, γ$4$]]
    Definition Classes
    Scoped
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def tryHandle[A](fa: ZIO[R, Throwable, A])(f: (Throwable) => Option[A])(implicit F: Applicative[[γ$0$]ZIO[R, Throwable, γ$0$]]): ZIO[R, Throwable, A]
    Definition Classes
    Handle
  45. final def tryHandleWith[A](fa: ZIO[R, Throwable, A])(f: (Throwable) => Option[ZIO[R, Throwable, A]]): ZIO[R, Throwable, A]
    Definition Classes
    ZioTofuInstance → Handle
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. 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 ZioTofuInstance[R, Throwable]

Inherited from Delay[[γ$5$]ZIO[R, Throwable, γ$5$]]

Inherited from ScopedExecute[Main, [γ$4$]ZIO[R, Throwable, γ$4$]]

Inherited from Scoped[Main, [γ$4$]ZIO[R, Throwable, γ$4$]]

Inherited from Finally[[γ$2$]ZIO[R, Throwable, γ$2$], [β$3$]Exit[Throwable, β$3$]]

Inherited from Guarantee[[γ$2$]ZIO[R, Throwable, γ$2$]]

Inherited from Fibers[[γ$1$]ZIO[R, Throwable, γ$1$], Id, [β$0$]Fiber[[γ$1$]ZIO[R, Throwable, γ$1$], β$0$]]

Inherited from Race[[γ$1$]ZIO[R, Throwable, γ$1$]]

Inherited from Fire[[γ$1$]ZIO[R, Throwable, γ$1$]]

Inherited from Errors[[γ$0$]ZIO[R, Throwable, γ$0$], Throwable]

Inherited from ErrorsTo[[γ$0$]ZIO[R, Throwable, γ$0$], [γ$0$]ZIO[R, Throwable, γ$0$], Throwable]

Inherited from Handle[[γ$0$]ZIO[R, Throwable, γ$0$], Throwable]

Inherited from Restore[[γ$0$]ZIO[R, Throwable, γ$0$]]

Inherited from HandleTo[[γ$0$]ZIO[R, Throwable, γ$0$], [γ$0$]ZIO[R, Throwable, γ$0$], Throwable]

Inherited from RestoreTo[[γ$0$]ZIO[R, Throwable, γ$0$], [γ$0$]ZIO[R, Throwable, γ$0$]]

Inherited from Lift[[γ$0$]ZIO[R, Throwable, γ$0$], [γ$0$]ZIO[R, Throwable, γ$0$]]

Inherited from Raise[[γ$0$]ZIO[R, Throwable, γ$0$], Throwable]

Inherited from ContravariantRaise[[γ$0$]ZIO[R, Throwable, γ$0$], Throwable]

Inherited from ErrorBase

Inherited from AnyRef

Inherited from Any

Ungrouped