c

tofu.zioInstances

ZioTofuUnliftManyInstance

class ZioTofuUnliftManyInstance[R <: Has[_], E, R1 <: Has[_]] extends WithRun[[γ$35$]ZIO[R with R1, E, γ$35$], [γ$36$]ZIO[R, E, γ$36$], R1]

Linear Supertypes
WithRun[[γ$35$]ZIO[R with R1, E, γ$35$], [γ$36$]ZIO[R, E, γ$36$], R1], Unlift[[γ$36$]ZIO[R, E, γ$36$], [γ$35$]ZIO[R with R1, E, γ$35$]], RunContext[[γ$35$]ZIO[R with R1, E, γ$35$]], WithLocal[[γ$35$]ZIO[R with R1, E, γ$35$], R1], WithContext[[γ$35$]ZIO[R with R1, E, γ$35$], R1], Local[[γ$35$]ZIO[R with R1, E, γ$35$]], Context[[γ$35$]ZIO[R with R1, E, γ$35$]], WithProvide[[γ$35$]ZIO[R with R1, E, γ$35$], [γ$36$]ZIO[R, E, γ$36$], R1], Lift[[γ$36$]ZIO[R, E, γ$36$], [γ$35$]ZIO[R with R1, E, γ$35$]], Provide[[γ$35$]ZIO[R with R1, E, γ$35$]], ContextBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZioTofuUnliftManyInstance
  2. WithRun
  3. Unlift
  4. RunContext
  5. WithLocal
  6. WithContext
  7. Local
  8. Context
  9. WithProvide
  10. Lift
  11. Provide
  12. ContextBase
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ZioTofuUnliftManyInstance()(implicit arg0: zio.Tag[R1])

Type Members

  1. type Ctx = R1
    Definition Classes
    WithRun → WithContext → Context → WithProvide → Provide
  2. type Lower[A] = ZIO[R, E, A]
    Definition Classes
    WithProvide → Provide

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 andThen[H[_]](ugh: Unlift[[γ$35$]ZIO[R with R1, E, γ$35$], H])(implicit arg0: Monad[H]): Unlift[[γ$36$]ZIO[R, E, γ$36$], H]
    Definition Classes
    Unlift
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asWithContext: WithContext[[γ$35$]ZIO[R with R1, E, γ$35$], R1]
    Definition Classes
    WithContext → Context
  7. def ask[A](f: (ZioTofuUnliftManyInstance.Ctx) => A): ZIO[R with R1, E, A]
    Definition Classes
    WithContext → Context
  8. def askF[A](f: (ZioTofuUnliftManyInstance.Ctx) => ZIO[R with R1, E, A])(implicit F: FlatMap[[γ$35$]ZIO[R with R1, E, γ$35$]]): ZIO[R with R1, E, A]
    Definition Classes
    WithContext → Context
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def context: ZIO[R with R1, E, R1]
    Definition Classes
    ZioTofuUnliftManyInstance → Context
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def extract[A](extract: Extract[ZioTofuUnliftManyInstance.Ctx, A]): ContextExtractInstance[[γ$35$]ZIO[R with R1, E, γ$35$], ZioTofuUnliftManyInstance.Ctx, A]
    Definition Classes
    WithContext → Context
  14. def functor: Functor[[γ$37$]ZIO[R with R1, E, γ$37$]]
    Definition Classes
    ZioTofuUnliftManyInstance → Context
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def lift[A](fa: ZIO[R, E, A]): ZIO[R with R1, E, A]
    Definition Classes
    ZioTofuUnliftManyInstance → Unlift → WithProvide → Lift → Provide
  19. def liftF: FunctionK[[γ$36$]ZIO[R, E, γ$36$], [γ$35$]ZIO[R with R1, E, γ$35$]]
    Definition Classes
    Lift
  20. def local[A](fa: ZIO[R with R1, E, A])(project: (R1) => R1): ZIO[R with R1, E, A]
    Definition Classes
    ZioTofuUnliftManyInstance → WithLocal → Local
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. def runContext[A](fa: ZIO[R with R1, E, A])(ctx: R1): ZIO[R, E, A]
    Definition Classes
    ZioTofuUnliftManyInstance → WithProvide → Provide
  25. def runContextK(ctx: ZioTofuUnliftManyInstance.Ctx): ~>[[γ$35$]ZIO[R with R1, E, γ$35$], Lower]
    Definition Classes
    WithProvide → Provide
  26. def runEquivalent[A](eq: Equivalent[Ctx, A]): WithRun[[γ$35$]ZIO[R with R1, E, γ$35$], [γ$36$]ZIO[R, E, γ$36$], A]
    Definition Classes
    WithRun → RunContext
  27. def runExtract[A](extract: Extract[A, ZioTofuUnliftManyInstance.Ctx]): WithProvide[[γ$35$]ZIO[R with R1, E, γ$35$], Lower, A]
    Definition Classes
    WithProvide → Provide
  28. def self: WithRun[[γ$35$]ZIO[R with R1, E, γ$35$], [γ$36$]ZIO[R, E, γ$36$], R1]
    Definition Classes
    WithRun → RunContext → WithProvide → Provide
  29. def subIso(implicit G: Functor[[γ$35$]ZIO[R with R1, E, γ$35$]]): ZIO[R with R1, E, IsoK[[γ$36$]ZIO[R, E, γ$36$], [γ$35$]ZIO[R with R1, E, γ$35$]]]
    Definition Classes
    Unlift
  30. def subcontext[A](contains: Contains[ZioTofuUnliftManyInstance.Ctx, A]): WithLocal[[γ$35$]ZIO[R with R1, E, γ$35$], A]
    Definition Classes
    WithLocal → Local
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def unlift: ZIO[R with R1, E, ~>[[γ$35$]ZIO[R with R1, E, γ$35$], [γ$36$]ZIO[R, E, γ$36$]]]
    Definition Classes
    WithRun → Unlift → RunContext
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. 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 WithRun[[γ$35$]ZIO[R with R1, E, γ$35$], [γ$36$]ZIO[R, E, γ$36$], R1]

Inherited from Unlift[[γ$36$]ZIO[R, E, γ$36$], [γ$35$]ZIO[R with R1, E, γ$35$]]

Inherited from RunContext[[γ$35$]ZIO[R with R1, E, γ$35$]]

Inherited from WithLocal[[γ$35$]ZIO[R with R1, E, γ$35$], R1]

Inherited from WithContext[[γ$35$]ZIO[R with R1, E, γ$35$], R1]

Inherited from Local[[γ$35$]ZIO[R with R1, E, γ$35$]]

Inherited from Context[[γ$35$]ZIO[R with R1, E, γ$35$]]

Inherited from WithProvide[[γ$35$]ZIO[R with R1, E, γ$35$], [γ$36$]ZIO[R, E, γ$36$], R1]

Inherited from Lift[[γ$36$]ZIO[R, E, γ$36$], [γ$35$]ZIO[R with R1, E, γ$35$]]

Inherited from Provide[[γ$35$]ZIO[R with R1, E, γ$35$]]

Inherited from ContextBase

Inherited from AnyRef

Inherited from Any

Ungrouped