Packages

c

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
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 addErrorHandler(f: (ExecutionContext, FlowTermination[A], Continuated[A], Throwable) ⇒ Future[Continuated[A]]): Unit
  5. def addReader[E](ch: Input[E], f: (ContRead[E, A]) ⇒ Option[(In[E]) ⇒ Future[Continuated[A]]]): Unit
  6. def addTimeout(timeout: FiniteDuration, f: (Skip[A]) ⇒ Option[Future[Continuated[A]]]): Unit
  7. def addWriter[E](ch: Output[E], f: (ContWrite[E, A]) ⇒ Option[(E, Future[Continuated[A]])]): Unit
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def completeWith(other: Future[A]): Unit
    Definition Classes
    PromiseFlowTermination
  11. def doExit(a: A): A

    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

    terminate current flow with exception.

    terminate current flow with exception. Mostly used internally.

    Definition Classes
    PromiseFlowTerminationFlowTermination
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def future: Future[A]
    Definition Classes
    PromiseFlowTermination
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  19. def isCompleted: Boolean

    check - if flow is completed.

    check - if flow is completed.

    Definition Classes
    PromiseFlowTerminationFlowTermination
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isLocked: Boolean
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  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