Packages

class ClusterProcess extends Process[IO]

Linear Supertypes
Process[IO], FlowSyntax[IO], EventSyntax[IO], WithDsl[IO], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusterProcess
  2. Process
  3. FlowSyntax
  4. EventSyntax
  5. WithDsl
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ClusterProcess(leaderElection: ProcessRef)(implicit ctxShit: Concurrent[IO])

Type Members

  1. implicit class EventOps extends AnyRef
    Definition Classes
    EventSyntax
  2. implicit class EventSeqOps extends AnyRef
    Definition Classes
    EventSyntax
  3. implicit class FreeOps[A] extends AnyRef
    Definition Classes
    FlowSyntax
  4. type Program = Free[[β$0$]FlowOp[IO, β$0$], Unit]
    Definition Classes
    Process
  5. type Receive = PartialFunction[Event, DslF[IO, Unit]]
    Definition Classes
    Process

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def ++[B](that: Process[IO]): Process[IO]
    Definition Classes
    Process
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def and(that: Process[IO]): Process[IO]
    Definition Classes
    Process
  6. def apply(e: Event): Program
    Definition Classes
    Process
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val bufferSize: Int
    Definition Classes
    Process
  9. def canHandle(e: Event): Boolean
    Definition Classes
    Process
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. val dsl: FlowOps[IO, [β$17$]FlowOp[IO, β$17$]]
    Attributes
    protected
    Definition Classes
    WithDsl
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def handle: Receive
    Definition Classes
    ClusterProcess → Process
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val name: String
    Definition Classes
    Process
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def or(that: Process[IO]): Process[IO]
    Definition Classes
    Process
  24. val ref: ProcessRef
    Definition Classes
    Process
  25. def switch(newHandler: => Receive): Program
    Definition Classes
    Process
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    Process → AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Process[IO]

Inherited from FlowSyntax[IO]

Inherited from EventSyntax[IO]

Inherited from WithDsl[IO]

Inherited from AnyRef

Inherited from Any

Ungrouped