Packages

object FanOutShape

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

Type Members

  1. sealed trait Init[I] extends AnyRef
  2. final case class Name[I](name: String) extends Init[I] with Product with Serializable
  3. final case class Ports[I](inlet: Inlet[I], outlets: Seq[Outlet[_]]) extends Init[I] with Product with Serializable