gopher.channels

Selector

class Selector[A] extends PromiseFlowTermination[A]

Self Type
Selector[A]
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Selector
  2. PromiseFlowTermination
  3. FlowTermination
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Selector(api: GopherAPI)

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 addIdleSkip(f: (Skip[A]) ⇒ Option[Future[Continuated[A]]]): Unit

  5. def addReader[E](ch: Input[E], f: (ContRead[E, A]) ⇒ Option[(() ⇒ E) ⇒ Future[Continuated[A]]]): Unit

  6. def addWriter[E](ch: Output[E], f: (ContWrite[E, A]) ⇒ Option[(E, Future[Continuated[A]])]): Unit

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def completeWith(other: Future[A]): Unit

    Definition Classes
    PromiseFlowTermination
  10. def doExit(a: A): Unit

  11. def doThrow(e: Throwable): Unit

  12. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def future: Future[A]

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

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

    Definition Classes
    AnyRef → Any
  18. def isCompleted: Boolean

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def isLocked: Boolean

  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. val p: Promise[A]

    Definition Classes
    PromiseFlowTermination
  25. def run: Future[A]

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

    Definition Classes
    AnyRef
  27. def throwIfNotCompleted(ex: Throwable): Unit

  28. def toString(): String

    Definition Classes
    AnyRef → Any
  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( ... )

Inherited from PromiseFlowTermination[A]

Inherited from FlowTermination[A]

Inherited from AnyRef

Inherited from Any

Ungrouped