object AsyncApply
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsyncApply
- 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
- def appendImplicitExecutionContext(c: Context)(paramList: Seq[scala.reflect.macros.blackbox.Context.Tree]): Seq[scala.reflect.macros.blackbox.Context.Tree]
- macro def apply1i[A, B, C](hof: Function[Function[A, B], C])(nf: Function[A, Future[B]], implicitParams: Any*): Future[C]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def createAsyncParam[A, B](c: Context)(fp: scala.reflect.macros.blackbox.Context.Tree)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[B]): (scala.reflect.macros.blackbox.Context.TermName, scala.reflect.macros.blackbox.Context.Tree)
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def genAsyncName(c: Context)(h: scala.reflect.macros.blackbox.Context.TermName, pos: scala.reflect.macros.blackbox.Context.Position): scala.reflect.macros.blackbox.Context.TermName
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def impl1[A, B, C](c: Context)(hof: scala.reflect.macros.blackbox.Context.Expr[Function[Function[A, B], C]])(nf: scala.reflect.macros.blackbox.Context.Expr[Function[A, Future[B]]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[B], arg2: scala.reflect.macros.blackbox.Context.WeakTypeTag[C]): scala.reflect.macros.blackbox.Context.Expr[Future[C]]
- def impl1i[A, B, C](c: Context)(hof: scala.reflect.macros.blackbox.Context.Expr[Function[Function[A, B], C]])(nf: scala.reflect.macros.blackbox.Context.Expr[Function[A, Future[B]]], implicitParams: scala.reflect.macros.blackbox.Context.Expr[Any]*)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[B], arg2: scala.reflect.macros.blackbox.Context.WeakTypeTag[C]): scala.reflect.macros.blackbox.Context.Expr[Future[C]]
- def inferImplicitExecutionContext(c: Context)(): scala.reflect.macros.blackbox.Context.Tree
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transformHof[A, B](c: Context)(hof: scala.reflect.macros.blackbox.Context.Tree, imps: Seq[scala.reflect.macros.blackbox.Context.Tree])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[B]): scala.reflect.macros.blackbox.Context.Tree
- def transformLast(c: Context)(f: (scala.reflect.macros.blackbox.Context.Tree) => scala.reflect.macros.blackbox.Context.Tree)(block: List[scala.reflect.macros.blackbox.Context.Tree]): List[scala.reflect.macros.blackbox.Context.Tree]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])