Package akka.stream
Interface FanInShape.Init<O>
- 
- All Known Implementing Classes:
- FanInShape.Name,- FanInShape.Ports
 - Enclosing class:
- FanInShape<O>
 
 public static interface FanInShape.Init<O>
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description scala.collection.immutable.Seq<Inlet<?>>inlets()java.lang.Stringname()Outlet<O>outlet()
 
-