Class/Object

swave.core

Module

Related Docs: object Module | package core

Permalink

sealed abstract class Module[-IT <: HList, +OB <: HList, -IB <: HList, +OT <: HList, +Res] extends AnyRef

A Streaming Component with four interfaces:

  1. Incoming streams:
    • On the top: IT
    • On the bottom: IB

2. Outgoing streams:

IT OT ┌──▼──┬──▲──┐ │ │ │ │ │ │ └──▼──┴──▲──┘ OB IB

Self Type
Module[IT, OB, IB, OT, Res]
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Module
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final def atop[X >: OB <: HList, OB2 <: HList, IB2 <: HList, Y <: IB, R](other: Module[X, OB2, IB2, Y, R])(implicit ib2Len: HLen[IB2], ob2Len: HLen[OB2], ev: =:=[Res, Unit]): Module[IT, OB2, IB2, OT, R]

    Permalink

    Returns a new anonymous Module consisting of this one and the given one whereby the bottom interfaces of this module are connected to the top interfaces of the given one.

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def crossJoin[R](other: Module[OB, IT, OT, IB, R])(implicit ev: SelectNonUnit[Res, R]): Piping[Out]

    Permalink

    Combines this instance with the given one in a way that cross-connects all inputs and outputs and thus produces a Piping.

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def flip: Module[IB, OT, IT, OB, Res]

    Permalink

    Returns a new anonymous Module which performs the same logic as this one but with all forward/backward directions flipped.

    Returns a new anonymous Module which performs the same logic as this one but with all forward/backward directions flipped. The new Module carries the same name as this instance.

  12. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  15. final def named(name: String): Module[IT, OB, IB, OT, Res]

    Permalink

    Returns a copy of this Module with the name changed to the given one.

  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped