Instance Constructors
-
new
FoldSelect(sf: SelectFactory, nCases: Int)
Type Members
-
type
HandleFunction[A] = (ExecutionContext, FlowTermination[T], A) ⇒ Future[T]
-
-
-
-
type
R = T
-
type
timeout = FiniteDuration
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: Any): Boolean
-
def
finalize(): Unit
-
def
futureInput[A](f: Future[A]): FutureInput[A]
-
final
def
getClass(): Class[_]
-
final
def
go: Future[T]
-
macro
def
handleError(f: (Throwable) ⇒ T): FoldSelectorBuilder[T]
-
def
handleErrorWithFlowTerminationAsync(f: (ExecutionContext, FlowTermination[T], Continuated[T], Throwable) ⇒ Future[T]): FoldSelect.this.type
-
val
handleFunctions: Array[HandleFunction[_]]
-
val
handleOutputVars: Array[Function0[_]]
-
def
hashCode(): Int
-
-
-
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
-
-
-
-
-
-
-
-
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]): FoldSelect.this.type
-
def
readingWithFlowTerminationAsync[A](ch: Input[A], f: (ExecutionContext, FlowTermination[T], A) ⇒ Future[T]): FoldSelect.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]): FoldSelect.this.type
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
-
def
withIdle(f: (Skip[T]) ⇒ Option[Future[Continuated[T]]]): FoldSelect.this.type
-
def
withReader[B](ch: Input[B], f: (ContRead[B, T]) ⇒ Option[(In[B]) ⇒ Future[Continuated[T]]]): FoldSelect.this.type
-
def
withTimeout(t: FiniteDuration)(f: (Skip[T]) ⇒ Option[Future[Continuated[T]]]): FoldSelect.this.type
-
def
withWriter[B](ch: Output[B], f: (ContWrite[B, T]) ⇒ Option[(B, Future[Continuated[T]])]): FoldSelect.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]): FoldSelect.this.type
-
def
writingWithFlowTerminationAsync[A](ch: Output[A], x: ⇒ A, f: (ExecutionContext, FlowTermination[T], A) ⇒ Future[T]): FoldSelect.this.type
Inherited from AnyRef
Inherited from Any
Short name for use in fold signature