Packages

object scoped extends ScopedSyntax

Linear Supertypes
ScopedSyntax, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scoped
  2. ScopedSyntax
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def blocking[F[_], A](fa: F[A])(implicit arg0: scoped.Blocks[F]): F[A]
    Definition Classes
    ScopedSyntax
  6. def blockingDelay[F[_]]: ScopedDelay[Blocking, F]
    Definition Classes
    ScopedSyntax
  7. def calcDelay[F[_]]: ScopedDelay[Calculation, F]
    Definition Classes
    ScopedSyntax
  8. def calculation[F[_], A](fa: F[A])(implicit arg0: scoped.Calculates[F]): F[A]
    Definition Classes
    ScopedSyntax
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def deferBlockingFuture[F[_]]: DeferFutureApply[Blocking, F]
    Definition Classes
    ScopedSyntax
  11. def deferCalcFuture[F[_]]: DeferFutureApply[Calculation, F]
    Definition Classes
    ScopedSyntax
  12. def deferFuture[F[_]]: DeferFutureApply[Main, F]
    Definition Classes
    ScopedSyntax
  13. def deferScopedFuture[Tag, F[_]]: DeferFutureApply[Tag, F]
    Definition Classes
    ScopedSyntax
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def scoped[Tag]: ScopedApply[Tag]
    Definition Classes
    ScopedSyntax
  24. def scopedDelay[Tag, F[_]]: ScopedDelay[Tag, F]
    Definition Classes
    ScopedSyntax
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. def withBlocker[F[_], A](f: (Blocker[F]) => F[A])(implicit arg0: tofu.BlockExec[F], arg1: FlatMap[F]): F[A]
  31. def withEc[F[_], A](f: (ExecutionContext) => F[A])(implicit arg0: scoped.Execute[F], arg1: FlatMap[F]): F[A]
    Definition Classes
    ScopedSyntax
  32. def withScopedEc[Tag]: WithEcApply[Tag]
    Definition Classes
    ScopedSyntax

Inherited from ScopedSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped