o

tofu.syntax

scopedKernel

object scopedKernel extends ScopedSyntax

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

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: Blocks[F]): F[A]

    run process in blocking scope

    run process in blocking scope

    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: Calculates[F]): F[A]

    run process in calculation scope

    run process in calculation scope

    Definition Classes
    ScopedSyntax
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  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: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. def scoped[Tag]: ScopedApply[Tag]

    run process in scope

    run process in scope

    Definition Classes
    ScopedSyntax
  23. def scopedDelay[Tag, F[_]]: ScopedDelay[Tag, F]

    delay calculation in scope

    delay calculation in scope

    Definition Classes
    ScopedSyntax
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def withEc[F[_], A](f: (ExecutionContext) ⇒ F[A])(implicit arg0: Execute[F], arg1: FlatMap[F]): F[A]
    Definition Classes
    ScopedSyntax
  30. def withScopedEc[Tag]: WithEcApply[Tag]

    run process with given execution context

    run process with given execution context

    Definition Classes
    ScopedSyntax

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from ScopedSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped