gopher.channels

SelectorBuilder

object SelectorBuilder

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SelectorBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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. def applyImpl[T](c: Context)(f: scala.reflect.macros.whitebox.Context.Expr[PartialFunction[Any, T]]): scala.reflect.macros.whitebox.Context.Expr[Future[T]]

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def buildAsyncCall[T, S](c: Context)(valdefs: List[scala.reflect.macros.Universe.ValDef], body: scala.reflect.macros.whitebox.Context.Tree, lastFun: (List[scala.reflect.macros.Universe.ValDef], scala.reflect.macros.whitebox.Context.Tree) ⇒ scala.reflect.macros.whitebox.Context.Tree)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[S]

  7. def builderImpl[T](c: Context)(f: scala.reflect.macros.whitebox.Context.Expr[PartialFunction[Any, T]]): scala.reflect.macros.whitebox.Context.Tree

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def foreachImpl[T](c: Context)(f: scala.reflect.macros.whitebox.Context.Expr[(Any) ⇒ T]): scala.reflect.macros.whitebox.Context.Expr[T]

  13. def foreachTransformIdleCaseDef(c: Context)(builderName: scala.reflect.macros.whitebox.Context.TermName, caseDef: scala.reflect.macros.Universe.CaseDef): scala.reflect.macros.whitebox.Context.Tree

  14. def foreachTransformMatch(c: Context)(cases: List[scala.reflect.macros.Universe.CaseDef]): scala.reflect.macros.whitebox.Context.Tree

  15. def foreachTransformReadWriteCaseDef(c: Context)(builderName: scala.reflect.macros.whitebox.Context.TermName, caseDef: scala.reflect.macros.Universe.CaseDef): scala.reflect.macros.whitebox.Context.Tree

  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def idleImpl[T, S](c: Context)(body: scala.reflect.macros.whitebox.Context.Expr[T])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[S]

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def loopImpl[T](c: Context)(f: scala.reflect.macros.whitebox.Context.Expr[PartialFunction[Any, T]]): scala.reflect.macros.whitebox.Context.Expr[Unit]

    processor: loop => just add waiters to this selector.

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def parseGuardInSelectorCaseDef(c: Context)(name: scala.reflect.macros.whitebox.Context.TermName, guard: scala.reflect.macros.whitebox.Context.Tree): scala.reflect.macros.whitebox.Context.Tree

  25. def readingImpl[A, B, S](c: Context)(ch: scala.reflect.macros.whitebox.Context.Expr[Input[A]])(f: scala.reflect.macros.whitebox.Context.Expr[(A) ⇒ B])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[B]): scala.reflect.macros.whitebox.Context.Expr[S]

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. def transformDelayedMacroses[T](c: Context)(block: scala.reflect.macros.whitebox.Context.Tree)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Tree

  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def writingImpl[A, T, S](c: Context)(ch: scala.reflect.macros.whitebox.Context.Expr[Output[A]], x: scala.reflect.macros.whitebox.Context.Expr[A])(f: scala.reflect.macros.whitebox.Context.Expr[(A) ⇒ T])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[S]

Inherited from AnyRef

Inherited from Any

Ungrouped