Class

gopher.channels

Selector

Related Doc: package channels

Permalink

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

Instance Constructors

  1. new Selector(api: GopherAPI)

    Permalink

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 addErrorHandler(f: (ExecutionContext, FlowTermination[A], Continuated[A], Throwable) ⇒ Future[Continuated[A]]): Unit

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

    Permalink
  6. def addTimeout(timeout: FiniteDuration, f: (Skip[A]) ⇒ Option[Future[Continuated[A]]]): Unit

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

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

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

    Permalink
    Definition Classes
    PromiseFlowTermination
  11. def doExit(a: A): A

    Permalink

    terminate current flow and leave a as result of flow.

    terminate current flow and leave a as result of flow. have no effect if flow is already completed.

    Definition Classes
    PromiseFlowTerminationFlowTermination
  12. def doThrow(e: Throwable): Unit

    Permalink

    terminate current flow with exception.

    terminate current flow with exception. Mostly used internally.

    Definition Classes
    PromiseFlowTerminationFlowTermination
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def isCompleted: Boolean

    Permalink

    check - if flow is completed.

    check - if flow is completed.

    Definition Classes
    PromiseFlowTerminationFlowTermination
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isLocked: Boolean

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def run: Future[A]

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

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

    Permalink
  28. def toString(): String

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

Inherited from PromiseFlowTermination[A]

Inherited from FlowTermination[A]

Inherited from AnyRef

Inherited from Any

Ungrouped