In5UniformSinkShape

final case class In5UniformSinkShape[In0, In1, In2, In3, In4, In5](in0: Inlet[In0], in1: Inlet[In1], in2: Inlet[In2], in3: Inlet[In3], in4: Inlet[In4], inlets5: Seq[Inlet[In5]]) extends Shape

A generalized Sink shape with five individual inlet and multiple uniform inlets.

trait Serializable
trait Product
trait Equals
class Shape
class Object
trait Matchable
class Any

Value members

Concrete methods

def deepCopy(): In5UniformSinkShape[In0, In1, In2, In3, In4, In5]
def outlets: Seq[Outlet[_]]

Inherited methods

def getInlets: List[Inlet[_]]
Inherited from:
Shape
def getOutlets: List[Outlet[_]]
Inherited from:
Shape
def hasSamePortsAndShapeAs(s: Shape): Boolean
Inherited from:
Shape
def hasSamePortsAs(s: Shape): Boolean
Inherited from:
Shape
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def requireSamePortsAndShapeAs(s: Shape): Unit
Inherited from:
Shape
def requireSamePortsAs(s: Shape): Unit
Inherited from:
Shape

Concrete fields

val inlets: Seq[Inlet[_]]