molecule.examples.io.chameneos.ChameneosRedux

Chameneo

object Chameneo extends ProcessType1x1[ChameneoId, MallRequest, Int]

Chameneos factory

Linear Supertypes
ProcessType1x1[ChameneoId, MallRequest, Int], ProcessType[Int], ProcessType1x1[ChameneoId, MallRequest, Int], (IChan[ChameneoId], OChan[MallRequest]) ⇒ Process1x1[ChameneoId, MallRequest, Int], ProcessType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Chameneo
  2. ProcessType1x1
  3. ProcessType
  4. ProcessType1x1
  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. def adapt[C, D](f1: (IChan[C]) ⇒ IChan[ChameneoId], f2: (OChan[D]) ⇒ OChan[MallRequest]): ProcessType1x1[C, D, Int]

    Definition Classes
    ProcessType1x1
  7. def apply(ichan: IChan[ChameneoId], ochan: OChan[MallRequest]): Process1x1[ChameneoId, MallRequest, Int]

    Definition Classes
    ProcessType1x1 → ProcessType1x1 → Function2
  8. def apply(input: Input[ChameneoId], output: Output[MallRequest]): IO[Process1x1[ChameneoId, MallRequest, Int]]

    Definition Classes
    ProcessType1x1
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def curried: (IChan[ChameneoId]) ⇒ (OChan[MallRequest]) ⇒ Process1x1[ChameneoId, MallRequest, Int]

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

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

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

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

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

    Definition Classes
    ProcessType
  17. def handover(process: IO[Process[Int]]): IO[Nothing]

    Definition Classes
    ProcessType
  18. def hashCode(): Int

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

    Definition Classes
    Any
  20. def main(cfg: Input[ChameneoId], mall: Output[MallRequest]): IO[Int]

    Definition Classes
    Chameneo → ProcessType1x1
  21. def name: String

    Definition Classes
    ProcessType
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  25. def shutdown(result: Int): IO[Nothing]

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

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    Function2 → AnyRef → Any
  28. def tupled: ((IChan[ChameneoId], OChan[MallRequest])) ⇒ Process1x1[ChameneoId, MallRequest, Int]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ProcessType1x1[ChameneoId, MallRequest, Int]

Inherited from ProcessType[Int]

Inherited from ProcessType1x1[ChameneoId, MallRequest, Int]

Inherited from (IChan[ChameneoId], OChan[MallRequest]) ⇒ Process1x1[ChameneoId, MallRequest, Int]

Inherited from ProcessType

Inherited from AnyRef

Inherited from Any

Ungrouped