In3UniformFanInShape

final case class In3UniformFanInShape[In0, In1, In2, In3, Out](in0: Inlet[In0], in1: Inlet[In1], in2: Inlet[In2], inlets3: Seq[Inlet[In3]], out: Outlet[Out]) extends Shape

A fan shape with three distinct and one multiple uniform inlet.

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

Value members

Concrete methods

def deepCopy(): In3UniformFanInShape[In0, In1, In2, In3, Out]

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[_]]
val outlets: Seq[Outlet[_]]