UniformSinkShape

final case class UniformSinkShape[In](inlets: Seq[Inlet[In]]) extends Shape

A generalized Sink shape with multiple uniform inlets.

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

Value members

Concrete methods

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