Packages

object Outlet

An Outlet is a typed output to a Shape. Its partner in the Module view is the OutPort (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. Outlet
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Scala API

    Scala API

    Creates a new Outlet 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): Outlet[T]

    JAVA API

    JAVA API

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