Package org.apache.pekko.stream
Class UniformFanOutShape$
java.lang.Object
org.apache.pekko.stream.UniformFanOutShape$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UniformFanOutShape$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
UniformFanOutShape$
public UniformFanOutShape$()
-
-
Method Details
-
apply
public <I,O> UniformFanOutShape<I,O> apply(Inlet<I> inlet, scala.collection.immutable.Seq<Outlet<O>> outlets)
-