molecule.examples.io.chameneos.ChameneosReduxPaper

Mall

object Mall extends ProcessType2x0[Int, MallRequest, Unit]

Mall servie

Linear Supertypes
ProcessType2x0[Int, MallRequest, Unit], ProcessType[Unit], ProcessType2x0[Int, MallRequest, Unit], (IChan[Int], IChan[MallRequest]) ⇒ Process2x0[Int, MallRequest, Unit], ProcessType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Mall
  2. ProcessType2x0
  3. ProcessType
  4. ProcessType2x0
  5. Function2
  6. ProcessType
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def apply(ichan1: IChan[Int], ichan2: IChan[MallRequest]): Process2x0[Int, MallRequest, Unit]

    Definition Classes
    ProcessType2x0 → ProcessType2x0 → Function2
  7. def apply(input1: Input[Int], input2: Input[MallRequest]): IO[Process2x0[Int, MallRequest, Unit]]

    Definition Classes
    ProcessType2x0
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def curried: (IChan[Int]) ⇒ (IChan[MallRequest]) ⇒ Process2x0[Int, MallRequest, Unit]

    Definition Classes
    Function2
    Annotations
    @unspecialized()
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def handover(process: Process[Unit]): IO[Nothing]

    Definition Classes
    ProcessType
  16. def handover(process: IO[Process[Unit]]): IO[Nothing]

    Definition Classes
    ProcessType
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def main(cfg: Input[Int], requests: Input[MallRequest]): IO[Unit]

    Definition Classes
    Mall → ProcessType2x0
  20. def name: String

    Definition Classes
    Mall → ProcessType
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def shutdown(result: Unit): IO[Nothing]

    Attributes
    protected
    Definition Classes
    ProcessType
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    Function2 → AnyRef → Any
  27. def tupled: ((IChan[Int], IChan[MallRequest])) ⇒ Process2x0[Int, MallRequest, Unit]

    Definition Classes
    Function2
    Annotations
    @unspecialized()
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ProcessType2x0[Int, MallRequest, Unit]

Inherited from ProcessType[Unit]

Inherited from ProcessType2x0[Int, MallRequest, Unit]

Inherited from (IChan[Int], IChan[MallRequest]) ⇒ Process2x0[Int, MallRequest, Unit]

Inherited from ProcessType

Inherited from AnyRef

Inherited from Any

Ungrouped