UniformFanInShape

org.apache.pekko.stream.UniformFanInShape
See theUniformFanInShape companion class

Attributes

Companion
class
Source
UniformFanInShape.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[I, O](outlet: Outlet[O], inlets: Inlet[I]*): UniformFanInShape[I, O]

Attributes

Source
UniformFanInShape.scala
def create[I, O](outlet: Outlet[O], inlets: List[Inlet[I]]): UniformFanInShape[I, O]

Java API

Java API

Attributes

Source
UniformFanInShape.scala