Package akka.stream
Class FlowShape$
- java.lang.Object
 - 
- akka.stream.FlowShape$
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class FlowShape$ extends java.lang.Object implements java.io.Serializable- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static FlowShape$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description FlowShape$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <I,O>
FlowShape<I,O>apply(Inlet<I> in, Outlet<O> out)<I,O>
FlowShape<I,O>of(Inlet<I> inlet, Outlet<O> outlet)Java API<I,O>
scala.Option<scala.Tuple2<Inlet<I>,Outlet<O>>>unapply(FlowShape<I,O> x$0) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final FlowShape$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -