Object/Trait

gopher.channels

SelectorBuilder

Related Docs: trait SelectorBuilder | package channels

Permalink

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
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    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]]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    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]

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

    Permalink
  8. def clone(): AnyRef

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

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

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

    Permalink
    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]

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

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

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

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

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

    Permalink
    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]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    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]

    Permalink

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

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

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

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

    Permalink
    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

    Permalink
  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]

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

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    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

    Permalink
  29. final def wait(): Unit

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

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

    Permalink
    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]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped