Package akka.stream
Class FanInShape2<T0,T1,O>
- java.lang.Object
- 
- akka.stream.Shape
- 
- akka.stream.FanInShape<O>
- 
- akka.stream.FanInShape2<T0,T1,O>
 
 
 
- 
 public class FanInShape2<T0,T1,O> extends FanInShape<O> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class akka.stream.FanInShapeFanInShape.Init<O>, FanInShape.Name<O>, FanInShape.Name$, FanInShape.Ports<O>, FanInShape.Ports$
 
- 
 - 
Constructor SummaryConstructors Constructor Description FanInShape2(FanInShape.Init<O> _init)FanInShape2(Inlet<T0> in0, Inlet<T1> in1, Outlet<O> out)FanInShape2(java.lang.String name)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FanInShape<O>construct(FanInShape.Init<O> init)FanInShape2<T0,T1,O>deepCopy()Create a copy of this Shape object, returning the same type as the original; this constraint can unfortunately not be expressed in the type system.Inlet<T0>in0()Inlet<T1>in1()- 
Methods inherited from class akka.stream.FanInShapeinlets, newInlet, out, outlets
 - 
Methods inherited from class akka.stream.ShapegetInlets, getOutlets, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs
 
- 
 
- 
- 
- 
Method Detail- 
constructprotected FanInShape<O> construct(FanInShape.Init<O> init) - Specified by:
- constructin class- FanInShape<O>
 
 - 
deepCopypublic FanInShape2<T0,T1,O> deepCopy() Description copied from class:ShapeCreate a copy of this Shape object, returning the same type as the original; this constraint can unfortunately not be expressed in the type system.- Overrides:
- deepCopyin class- FanInShape<O>
 
 
- 
 
-