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

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

Deprecated Value Members

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

Inherited from SelectorBuilder[T]

Inherited from AnyRef

Inherited from Any

Ungrouped