Packages

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. Protected

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  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: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def future: Future[A]
    Definition Classes
    PromiseFlowTermination
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def isCompleted: Boolean

    check - if flow is completed.

    check - if flow is completed.

    Definition Classes
    PromiseFlowTerminationFlowTermination
  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
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def run: Future[A]
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def throwIfNotCompleted(ex: Throwable): Unit
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from PromiseFlowTermination[A]

Inherited from FlowTermination[A]

Inherited from AnyRef

Inherited from Any

Ungrouped