molecule.examples.net

NetTerm

object NetTerm extends ProcessType1x1[ByteBuffer, ByteBuffer, Unit]

Linear Supertypes
ProcessType1x1[ByteBuffer, ByteBuffer, Unit], ProcessType[Unit], ProcessType1x1[ByteBuffer, ByteBuffer, Unit], (IChan[ByteBuffer], OChan[ByteBuffer]) ⇒ Process1x1[ByteBuffer, ByteBuffer, Unit], ProcessType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NetTerm
  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[ByteBuffer], f2: (OChan[D]) ⇒ OChan[ByteBuffer]): ProcessType1x1[C, D, Unit]

    Definition Classes
    ProcessType1x1
  7. def apply(ichan: IChan[ByteBuffer], ochan: OChan[ByteBuffer]): Process1x1[ByteBuffer, ByteBuffer, Unit]

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

    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 connect(stdin: Input[ByteBuffer], netin: Input[ByteBuffer], stdout: Output[ByteBuffer], netout: Output[ByteBuffer]): IO[Unit]

  12. def curried: (IChan[ByteBuffer]) ⇒ (OChan[ByteBuffer]) ⇒ Process1x1[ByteBuffer, ByteBuffer, Unit]

    Definition Classes
    Function2
    Annotations
    @unspecialized()
  13. val defaultAddress: String

  14. val defaultPort: Int

  15. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    ProcessType
  21. def hashCode(): Int

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

    Definition Classes
    Any
  23. def main(netin: Input[ByteBuffer], netout: Output[ByteBuffer]): IO[Unit]

    Definition Classes
    NetTerm → ProcessType1x1
  24. def name: String

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

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

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

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

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

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    Function2 → AnyRef → Any
  31. def tupled: ((IChan[ByteBuffer], OChan[ByteBuffer])) ⇒ Process1x1[ByteBuffer, ByteBuffer, Unit]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ProcessType1x1[ByteBuffer, ByteBuffer, Unit]

Inherited from ProcessType[Unit]

Inherited from ProcessType1x1[ByteBuffer, ByteBuffer, Unit]

Inherited from (IChan[ByteBuffer], OChan[ByteBuffer]) ⇒ Process1x1[ByteBuffer, ByteBuffer, Unit]

Inherited from ProcessType

Inherited from AnyRef

Inherited from Any

Ungrouped