Package akka.stream
Class UniformFanOutShape$
- java.lang.Object
 - 
- akka.stream.UniformFanOutShape$
 
 
- 
public class UniformFanOutShape$ extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static UniformFanOutShape$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description UniformFanOutShape$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <I,O>
UniformFanOutShape<I,O>apply(Inlet<I> inlet, scala.collection.immutable.Seq<Outlet<O>> outlets) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final UniformFanOutShape$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
apply
public <I,O> UniformFanOutShape<I,O> apply(Inlet<I> inlet, scala.collection.immutable.Seq<Outlet<O>> outlets)
 
 - 
 
 -