Packages

object Inlet

An Inlet is a typed input to a Shape. Its partner in the Module view is the InPort (which does not bear an element type because Modules only express the internal structural hierarchy of stream topologies).

Source
Shape.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Inlet
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply[T](name: String): Inlet[T]

    Scala API

    Scala API

    Creates a new Inlet with the given name. The name will be used when displaying debug information or error messages involving the port.

  2. def create[T](name: String): Inlet[T]

    JAVA API

    JAVA API

    Creates a new Inlet with the given name. The name will be used when displaying debug information or error messages involving the port.