In1UniformSinkShape

final case
class In1UniformSinkShape[In0, In1](in0: Inlet[In0], inlets1: Seq[Inlet[In1]]) extends Shape

A generalized Sink shape with one 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(): In1UniformSinkShape[In0, In1]
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[_]]