molecule.process

ProcessType2x1

abstract class ProcessType2x1[A, B, E, R] extends ProcessType with (IChan[A], IChan[B], OChan[E]) ⇒ Process2x1[A, B, E, R]

Self Type
ProcessType2x1[A, B, E, R]
Source
ProcessType.scala
Linear Supertypes
(IChan[A], IChan[B], OChan[E]) ⇒ Process2x1[A, B, E, R], ProcessType, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ProcessType2x1
  2. Function3
  3. ProcessType
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProcessType2x1()

Abstract Value Members

  1. abstract def apply(ichan1: IChan[A], ichan2: IChan[B], ochan: OChan[E]): Process2x1[A, B, E, R]

    Definition Classes
    ProcessType2x1 → Function3

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. def apply(ichan1: ⇒ IChan[A]): ProcessType1x1[B, E, R]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def curried: (IChan[A]) ⇒ (IChan[B]) ⇒ (OChan[E]) ⇒ Process2x1[A, B, E, R]

    Definition Classes
    Function3
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

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

    Definition Classes
    Any
  16. def name: String

    The name of this process type

    The name of this process type

    returns

    The name of this process type

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

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

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

    Definition Classes
    AnyRef
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  21. def toString(): String

    Definition Classes
    Function3 → AnyRef → Any
  22. def tupled: ((IChan[A], IChan[B], OChan[E])) ⇒ Process2x1[A, B, E, R]

    Definition Classes
    Function3
  23. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def curry: (IChan[A]) ⇒ (IChan[B]) ⇒ (OChan[E]) ⇒ Process2x1[A, B, E, R]

    Definition Classes
    Function3
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) Use 'curried' instead

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

Inherited from ProcessType

Inherited from AnyRef

Inherited from Any