Package org.apache.pekko.stream
Class UniformFanInShape$
- java.lang.Object
- 
- org.apache.pekko.stream.UniformFanInShape$
 
- 
 public class UniformFanInShape$ extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static UniformFanInShape$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description UniformFanInShape$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <I,O>
 UniformFanInShape<I,O>apply(Outlet<O> outlet, scala.collection.immutable.Seq<Inlet<I>> inlets)<I,O>
 UniformFanInShape<I,O>create(Outlet<O> outlet, java.util.List<Inlet<I>> inlets)Java API
 
- 
- 
- 
Field Detail- 
MODULE$public static final UniformFanInShape$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
applypublic <I,O> UniformFanInShape<I,O> apply(Outlet<O> outlet, scala.collection.immutable.Seq<Inlet<I>> inlets) 
 - 
createpublic <I,O> UniformFanInShape<I,O> create(Outlet<O> outlet, java.util.List<Inlet<I>> inlets) Java API
 
- 
 
-