Packages

c

gopher.channels

FoldSelectorBuilder

abstract class FoldSelectorBuilder[T] extends SelectorBuilder[T]

Linear Supertypes
SelectorBuilder[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FoldSelectorBuilder
  2. SelectorBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FoldSelectorBuilder(nCases: Int)

Type Members

  1. type HandleFunction[A] = (ExecutionContext, FlowTermination[T], A) ⇒ Future[T]
  2. trait NormalizedDispatch extends AnyRef
  3. class NormalizedDispatchReader [A] extends AuxF[A, T] with NormalizedDispatch
  4. class NormalizedDispatchWriter [A] extends (ContWrite[A, T]) ⇒ Option[(A, Future[Continuated[T]])] with NormalizedDispatch
  5. type R = T
  6. type timeout = FiniteDuration
    Definition Classes
    SelectorBuilder

Abstract Value Members

  1. abstract def api: GopherAPI
    Definition Classes
    SelectorBuilder

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def beforeRefresh(): Unit
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit def ec: ExecutionContext
    Definition Classes
    SelectorBuilder
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def futureInput[A](f: Future[A]): FutureInput[A]
    Definition Classes
    SelectorBuilder
    Annotations
    @inline()
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. final def go: Future[T]
    Definition Classes
    SelectorBuilder
  14. macro def handleError(f: (Throwable) ⇒ T): FoldSelectorBuilder[T]
  15. def handleErrorWithFlowTerminationAsync(f: (ExecutionContext, FlowTermination[T], Continuated[T], Throwable) ⇒ Future[T]): FoldSelectorBuilder.this.type
    Annotations
    @inline()
  16. val handleFunctions: Array[HandleFunction[_]]
  17. val handleOutputVars: Array[Function0[_]]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  19. macro def idle(body: T): FoldSelectorBuilder[T]
  20. val inputIndices: IntIndexedCounterReverse[Input[_]]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def normalizedDispatchReader[A]: AuxF[A, T]
  24. def normalizedDispatchWriter[A]: AuxF[A, T]
  25. def normalizedPlainReader[A](f: HandleFunction[A], ch: Input[A]): AuxF[A, T]
  26. def normalizedWriter[A](f: HandleFunction[A], x: ⇒ A, ch: Output[A]): AuxF[A, T]
  27. final def notify(): Unit
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  29. def onError(arg: ErrorSelectorArgument[T]): FoldSelectorBuilder.this.type
    Definition Classes
    SelectorBuilder
  30. def onIdle(arg: SkipSelectorArgument[T]): FoldSelectorBuilder.this.type
    Definition Classes
    SelectorBuilder
  31. def onRead[E](ch: Input[E])(arg: ReadSelectorArgument[E, T]): FoldSelectorBuilder.this.type
    Definition Classes
    SelectorBuilder
  32. def onTimeout(t: FiniteDuration)(arg: SkipSelectorArgument[T]): FoldSelectorBuilder.this.type
    Definition Classes
    SelectorBuilder
  33. def onWrite[E](ch: Output[E])(arg: WriteSelectorArgument[E, T]): FoldSelectorBuilder.this.type
    Definition Classes
    SelectorBuilder
  34. val outputIndices: IntIndexedCounterReverse[Output[_]]
  35. macro def reading[A](ch: Input[A])(f: (A) ⇒ T): FoldSelectorBuilder[T]
  36. macro def readingFoldEffected[A](ch: Input[A], projIndex: Int)(f: (A) ⇒ T): FoldSelectorBuilder[T]
  37. def readingFoldEffectedWithFlowTerminationAsync[A](ch: Input[A], i: Int, f: (ExecutionContext, FlowTermination[T], A) ⇒ Future[T]): FoldSelectorBuilder.this.type
  38. def readingWithFlowTerminationAsync[A](ch: Input[A], f: (ExecutionContext, FlowTermination[T], A) ⇒ Future[T]): FoldSelectorBuilder.this.type
  39. def reregisterIndices(): Unit
  40. def reregisterInputIndices(): Unit
  41. def reregisterOutputIndices(): Unit
  42. def selectorRun: Future[T]
    Definition Classes
    SelectorBuilder
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. macro def timeout(t: FiniteDuration)(f: (FiniteDuration) ⇒ T): FoldSelectorBuilder[T]
  45. def timeoutWithFlowTerminationAsync(t: FiniteDuration, f: (ExecutionContext, FlowTermination[T], FiniteDuration) ⇒ Future[T]): FoldSelectorBuilder.this.type
    Annotations
    @inline()
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def withError(f: (ExecutionContext, FlowTermination[T], Continuated[T], Throwable) ⇒ Future[Continuated[T]]): FoldSelectorBuilder.this.type
    Definition Classes
    SelectorBuilder
    Annotations
    @inline()
  51. def withIdle(f: (Skip[T]) ⇒ Option[Future[Continuated[T]]]): FoldSelectorBuilder.this.type
    Definition Classes
    SelectorBuilder
    Annotations
    @inline()
  52. def withReader[B](ch: Input[B], f: (ContRead[B, T]) ⇒ Option[(In[B]) ⇒ Future[Continuated[T]]]): FoldSelectorBuilder.this.type
    Definition Classes
    SelectorBuilder
    Annotations
    @inline()
  53. def withTimeout(t: FiniteDuration)(f: (Skip[T]) ⇒ Option[Future[Continuated[T]]]): FoldSelectorBuilder.this.type
    Definition Classes
    SelectorBuilder
    Annotations
    @inline()
  54. def withWriter[B](ch: Output[B], f: (ContWrite[B, T]) ⇒ Option[(B, Future[Continuated[T]])]): FoldSelectorBuilder.this.type
    Definition Classes
    SelectorBuilder
    Annotations
    @inline()
  55. macro def writing[A](ch: Output[A], x: A)(f: (A) ⇒ T): FoldSelectorBuilder[T]
  56. macro def writingFoldEffected[A](ch: Output[A], projIndex: Int, x: A)(f: (A) ⇒ T): FoldSelectorBuilder[T]
  57. def writingFoldEffectedWithFlowTerminationAsync[A](ch: Output[A], x: ⇒ A, i: Int, f: (ExecutionContext, FlowTermination[T], A) ⇒ Future[T]): FoldSelectorBuilder.this.type
    Annotations
    @inline()
  58. def writingWithFlowTerminationAsync[A](ch: Output[A], x: ⇒ A, f: (ExecutionContext, FlowTermination[T], A) ⇒ Future[T]): FoldSelectorBuilder.this.type
    Annotations
    @inline()

Inherited from SelectorBuilder[T]

Inherited from AnyRef

Inherited from Any

Ungrouped