class ClusterProcess extends Process[IO]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClusterProcess
- Process
- FlowSyntax
- EventSyntax
- WithDsl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Type Members
- implicit class EventOps extends AnyRef
- Definition Classes
- EventSyntax
- implicit class EventSeqOps extends AnyRef
- Definition Classes
- EventSyntax
- implicit class FreeOps[A] extends AnyRef
- Definition Classes
- FlowSyntax
- type Program = Free[[β$0$]FlowOp[IO, β$0$], Unit]
- Definition Classes
- Process
- type Receive = PartialFunction[Event, DslF[IO, Unit]]
- Definition Classes
- Process
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def ++[B](that: Process[IO]): Process[IO]
- Definition Classes
- Process
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def and(that: Process[IO]): Process[IO]
- Definition Classes
- Process
- def apply(e: Event): Program
- Definition Classes
- Process
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bufferSize: Int
- Definition Classes
- Process
- def canHandle(e: Event): Boolean
- Definition Classes
- Process
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val dsl: FlowOps[IO, [β$21$]FlowOp[IO, β$21$]]
- Attributes
- protected
- Definition Classes
- WithDsl
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def handle: Receive
- Definition Classes
- ClusterProcess → Process
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- Definition Classes
- Process
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def or(that: Process[IO]): Process[IO]
- Definition Classes
- Process
- val ref: ProcessRef
- Definition Classes
- ClusterProcess → Process
- def switch(newHandler: => Receive): Program
- Definition Classes
- Process
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Process → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated