Package akka.stream.scaladsl
Class MergePreferred.MergePreferredShape<T>
- java.lang.Object
 - 
- akka.stream.Shape
 - 
- akka.stream.FanInShape<O>
 - 
- akka.stream.UniformFanInShape<T,T>
 - 
- akka.stream.scaladsl.MergePreferred.MergePreferredShape<T>
 
 
 
 
 
- 
- Enclosing class:
 - MergePreferred<T>
 
public static final class MergePreferred.MergePreferredShape<T> extends UniformFanInShape<T,T>
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class akka.stream.FanInShape
FanInShape.Init<O>, FanInShape.Name<O>, FanInShape.Name$, FanInShape.Ports<O>, FanInShape.Ports$ 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MergePreferredShape(int secondaryPorts, FanInShape.Init<T> _init)MergePreferredShape(int secondaryPorts, java.lang.String name) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FanInShape<T>construct(FanInShape.Init<T> init)MergePreferred.MergePreferredShape<T>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<T>preferred()intsecondaryPorts()- 
Methods inherited from class akka.stream.FanInShape
newInlet, out, outlets 
- 
Methods inherited from class akka.stream.Shape
getInlets, getOutlets, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
MergePreferredShape
public MergePreferredShape(int secondaryPorts, FanInShape.Init<T> _init) 
- 
MergePreferredShape
public MergePreferredShape(int secondaryPorts, java.lang.String name) 
 - 
 
- 
Method Detail
- 
construct
protected FanInShape<T> construct(FanInShape.Init<T> init)
- Overrides:
 constructin classUniformFanInShape<T,T>
 
- 
deepCopy
public MergePreferred.MergePreferredShape<T> 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 classUniformFanInShape<T,T>
 
- 
secondaryPorts
public int secondaryPorts()
 
 - 
 
 -