object scopedKernel extends ScopedSyntax
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- scopedKernel
- ScopedSyntax
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
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
-
def
blockingDelay[F[_]]: ScopedDelay[Blocking, F]
- Definition Classes
- ScopedSyntax
-
def
calcDelay[F[_]]: ScopedDelay[Calculation, F]
- Definition Classes
- ScopedSyntax
-
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
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
deferBlockingFuture[F[_]]: DeferFutureApply[Blocking, F]
- Definition Classes
- ScopedSyntax
-
def
deferCalcFuture[F[_]]: DeferFutureApply[Calculation, F]
- Definition Classes
- ScopedSyntax
-
def
deferFuture[F[_]]: DeferFutureApply[Main, F]
- Definition Classes
- ScopedSyntax
-
def
deferScopedFuture[Tag, F[_]]: DeferFutureApply[Tag, F]
- Definition Classes
- ScopedSyntax
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
scoped[Tag]: ScopedApply[Tag]
run process in scope
run process in scope
- Definition Classes
- ScopedSyntax
-
def
scopedDelay[Tag, F[_]]: ScopedDelay[Tag, F]
delay calculation in scope
delay calculation in scope
- Definition Classes
- ScopedSyntax
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withEc[F[_], A](f: (ExecutionContext) ⇒ F[A])(implicit arg0: Execute[F], arg1: FlatMap[F]): F[A]
- Definition Classes
- ScopedSyntax
-
def
withScopedEc[Tag]: WithEcApply[Tag]
run process with given execution context
run process with given execution context
- Definition Classes
- ScopedSyntax
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated