Instance Constructors
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
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[_]
-
def
go: Future[T]
-
def
hashCode(): Int
-
-
def
idleWithFlowTerminationAsync[A](f: (ExecutionContext, FlowTermination[T]) ⇒ Future[T]): FoldSelect.this.type
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
-
-
-
def
readingWithFlowTerminationAsync[A](ch: Input[A], f: (ExecutionContext, FlowTermination[T], A) ⇒ Future[T]): FoldSelect.this.type
-
def
selectorRun: Future[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
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
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]
-
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