c

tofu.zioInstances

ZioTofuBlockingInstance

class ZioTofuBlockingInstance[R <: Blocking, E] extends tofu.BlockExec[[γ$38$]ZIO[R, E, γ$38$]]

Linear Supertypes
ScopedExecute[Blocking, [γ$38$]ZIO[R, E, γ$38$]], Scoped[Blocking, [γ$38$]ZIO[R, E, γ$38$]], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZioTofuBlockingInstance
  2. ScopedExecute
  3. Scoped
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ZioTofuBlockingInstance()

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 asMid[A]: Mid[[γ$38$]ZIO[R, E, γ$38$], A]
    Definition Classes
    Scoped
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def deferFuture[A](f: => Future[A]): ZIO[R, E, A]
    Definition Classes
    ScopedExecute
  8. def deferFutureAction[A](f: (ExecutionContext) => Future[A]): ZIO[R, E, A]
    Definition Classes
    ZioTofuBlockingInstance → ScopedExecute
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def executionContext: ZIO[R, E, ExecutionContext]
    Definition Classes
    ZioTofuBlockingInstance → ScopedExecute
  12. final def funK: ~>[[γ$38$]ZIO[R, E, γ$38$], [γ$38$]ZIO[R, E, γ$38$]]
    Definition Classes
    Scoped
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def midPoint: Point[[β$0$]Mid[[γ$38$]ZIO[R, E, γ$38$], β$0$]]
    Definition Classes
    Scoped
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. def runScoped[A](fa: ZIO[R, E, A]): ZIO[R, E, A]
    Definition Classes
    ZioTofuBlockingInstance → Scoped
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. final def tagged[NewTag]: Scoped[NewTag, [γ$38$]ZIO[R, E, γ$38$]]
    Definition Classes
    Scoped
  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 ScopedExecute[Blocking, [γ$38$]ZIO[R, E, γ$38$]]

Inherited from Scoped[Blocking, [γ$38$]ZIO[R, E, γ$38$]]

Inherited from AnyRef

Inherited from Any

Ungrouped