molecule.io

ProcessType2x2

abstract class ProcessType2x2[A, B, E, F, R] extends process.ProcessType2x2[A, B, E, F, R] with ProcessType[R]

Linear Supertypes
ProcessType[R], process.ProcessType2x2[A, B, E, F, R], (IChan[A], IChan[B], OChan[E], OChan[F]) ⇒ Process2x2[A, B, E, F, R], process.ProcessType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ProcessType2x2
  2. ProcessType
  3. ProcessType2x2
  4. Function4
  5. ProcessType
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProcessType2x2()(implicit arg0: Message[A], arg1: Message[B], arg2: Message[E], arg3: Message[F])

Abstract Value Members

  1. abstract def main(input1: Input[A], input2: Input[B], output1: Output[E], output2: Output[F]): IO[R]

Concrete 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[A], ichan2: IChan[B], ochan1: OChan[E], ochan2: OChan[F]): Process2x2[A, B, E, F, R]

    Definition Classes
    ProcessType2x2 → ProcessType2x2 → Function4
  7. def apply(input1: Input[A], input2: Input[B], output1: Output[E], output2: Output[F]): IO[Process2x2[A, B, E, F, R]]

  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[A]) ⇒ (IChan[B]) ⇒ (OChan[E]) ⇒ (OChan[F]) ⇒ Process2x2[A, B, E, F, R]

    Definition Classes
    Function4
    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[R]): IO[Nothing]

    Halt this process and hand over the execution to another process.

    Halt this process and hand over the execution to another process.

    returns

    nothing

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

    Halt this process and hand over the execution to another process.

    Halt this process and hand over the execution to another process.

    process

    an action that returns the function that creates the process to which to hand over the execution using the return channel of this process.

    returns

    nothing

    Definition Classes
    ProcessType
  17. def hashCode(): Int

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

    Definition Classes
    Any
  19. def name: String

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

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

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

    Definition Classes
    AnyRef
  23. def shutdown(result: R): IO[Nothing]

    Shutdown the process.

    Shutdown the process.

    result

    the termination result of the process.

    returns

    nothing

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

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    Function4 → AnyRef → Any
  26. def tupled: ((IChan[A], IChan[B], OChan[E], OChan[F])) ⇒ Process2x2[A, B, E, F, R]

    Definition Classes
    Function4
    Annotations
    @unspecialized()
  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ProcessType[R]

Inherited from process.ProcessType2x2[A, B, E, F, R]

Inherited from (IChan[A], IChan[B], OChan[E], OChan[F]) ⇒ Process2x2[A, B, E, F, R]

Inherited from process.ProcessType

Inherited from AnyRef

Inherited from Any

Ungrouped