final class Inlet[T] extends InPort

Source
Shape.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Inlet
  2. InPort
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def as[U]: Inlet[U]

    INTERNAL API.

  2. def carbonCopy(): Inlet[T]
  3. final def equals(that: Any): Boolean
    Definition Classes
    InPort → AnyRef → Any
  4. final def hashCode(): Int
    Definition Classes
    InPort → AnyRef → Any
  5. val s: String
  6. def toString(): String
    Definition Classes
    Inlet → AnyRef → Any