abstract class FoldSelectorBuilder[T] extends SelectorBuilder[T]
Instance Constructors
- new FoldSelectorBuilder(nCases: Int)
Abstract Value Members
- abstract def api: GopherAPI
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def beforeRefresh(): Unit
- def clone(): AnyRef
- implicit def ec: ExecutionContext
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def futureInput[A](f: Future[A]): FutureInput[A]
- final def getClass(): Class[_ <: AnyRef]
- final def go: Future[T]
- macro def handleError(f: (Throwable) => T): FoldSelectorBuilder[T]
- def handleErrorWithFlowTerminationAsync(f: (ExecutionContext, FlowTermination[T], Continuated[T], Throwable) => Future[T]): FoldSelectorBuilder.this.type
- val handleFunctions: Array[HandleFunction[_]]
- val handleOutputVars: Array[Function0[_]]
- def hashCode(): Int
- macro def idle(body: T): FoldSelectorBuilder[T]
- val inputIndices: IntIndexedCounterReverse[Input[_]]
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- def normalizedDispatchReader[A]: AuxF[A, T]
- def normalizedDispatchWriter[A]: AuxF[A, T]
- def normalizedPlainReader[A](f: HandleFunction[A], ch: Input[A]): AuxF[A, T]
- def normalizedWriter[A](f: HandleFunction[A], x: => A, ch: Output[A]): AuxF[A, T]
- final def notify(): Unit
- final def notifyAll(): Unit
- def onError(arg: ErrorSelectorArgument[T]): FoldSelectorBuilder.this.type
- def onIdle(arg: SkipSelectorArgument[T]): FoldSelectorBuilder.this.type
- def onRead[E](ch: Input[E])(arg: ReadSelectorArgument[E, T]): FoldSelectorBuilder.this.type
- def onTimeout(t: FiniteDuration)(arg: SkipSelectorArgument[T]): FoldSelectorBuilder.this.type
- def onWrite[E](ch: Output[E])(arg: WriteSelectorArgument[E, T]): FoldSelectorBuilder.this.type
- val outputIndices: IntIndexedCounterReverse[Output[_]]
- macro def reading[A](ch: Input[A])(f: (A) => T): FoldSelectorBuilder[T]
- macro def readingFoldEffected[A](ch: Input[A], projIndex: Int)(f: (A) => T): FoldSelectorBuilder[T]
- def readingFoldEffectedWithFlowTerminationAsync[A](ch: Input[A], i: Int, f: (ExecutionContext, FlowTermination[T], A) => Future[T]): FoldSelectorBuilder.this.type
- def readingWithFlowTerminationAsync[A](ch: Input[A], f: (ExecutionContext, FlowTermination[T], A) => Future[T]): FoldSelectorBuilder.this.type
- def reregisterIndices(): Unit
- def reregisterInputIndices(): Unit
- def reregisterOutputIndices(): Unit
- def selectorRun: Future[T]
- final def synchronized[T0](arg0: => T0): T0
- macro def timeout(t: FiniteDuration)(f: (FiniteDuration) => T): FoldSelectorBuilder[T]
- def timeoutWithFlowTerminationAsync(t: FiniteDuration, f: (ExecutionContext, FlowTermination[T], FiniteDuration) => Future[T]): FoldSelectorBuilder.this.type
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def withError(f: (ExecutionContext, FlowTermination[T], Continuated[T], Throwable) => Future[Continuated[T]]): FoldSelectorBuilder.this.type
- def withIdle(f: (Skip[T]) => Option[Future[Continuated[T]]]): FoldSelectorBuilder.this.type
- def withReader[B](ch: Input[B], f: (ContRead[B, T]) => Option[(In[B]) => Future[Continuated[T]]]): FoldSelectorBuilder.this.type
- def withTimeout(t: FiniteDuration)(f: (Skip[T]) => Option[Future[Continuated[T]]]): FoldSelectorBuilder.this.type
- def withWriter[B](ch: Output[B], f: (ContWrite[B, T]) => Option[(B, Future[Continuated[T]])]): FoldSelectorBuilder.this.type
- macro def writing[A](ch: Output[A], x: A)(f: (A) => T): FoldSelectorBuilder[T]
- macro def writingFoldEffected[A](ch: Output[A], projIndex: Int, x: A)(f: (A) => T): FoldSelectorBuilder[T]
- def writingFoldEffectedWithFlowTerminationAsync[A](ch: Output[A], x: => A, i: Int, f: (ExecutionContext, FlowTermination[T], A) => Future[T]): FoldSelectorBuilder.this.type
- def writingWithFlowTerminationAsync[A](ch: Output[A], x: => A, f: (ExecutionContext, FlowTermination[T], A) => Future[T]): FoldSelectorBuilder.this.type
Deprecated Value Members
- def finalize(): Unit
Inherited from AnyRef
Inherited from Any