Packages

c

akka.stream

OutPort

sealed abstract class OutPort extends AnyRef

An output port of a StreamLayout.Module. This type logically belongs into the impl package but must live here due to how sealed works. It is also used in the Java DSL for “untyped Outlets” as a work-around for otherwise unreasonable existential types.

Self Type
Outlet[_]
Source
Shape.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OutPort
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def equals(that: Any): Boolean
    Definition Classes
    OutPort → AnyRef → Any
  2. final def hashCode(): Int
    Definition Classes
    OutPort → AnyRef → Any