Package org.apache.pekko.stream.scaladsl
Class MergePreferred.MergePreferredShape<T>
- java.lang.Object
- 
- org.apache.pekko.stream.Shape
- 
- org.apache.pekko.stream.FanInShape<O>
- 
- org.apache.pekko.stream.UniformFanInShape<T,T>
- 
- org.apache.pekko.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 org.apache.pekko.stream.FanInShapeFanInShape.Init<O>, FanInShape.Name<O>, FanInShape.Name$, FanInShape.Ports<O>, FanInShape.Ports$
 
- 
 - 
Constructor SummaryConstructors Constructor Description MergePreferredShape(int secondaryPorts, java.lang.String name)MergePreferredShape(int secondaryPorts, FanInShape.Init<T> _init)
 - 
Method SummaryAll 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 org.apache.pekko.stream.UniformFanInShapeapply, create, in, inlets, inSeq, n
 - 
Methods inherited from class org.apache.pekko.stream.FanInShapenewInlet, out, outlets
 - 
Methods inherited from class org.apache.pekko.stream.ShapegetInlets, getOutlets, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs
 
- 
 
- 
- 
- 
Constructor Detail- 
MergePreferredShapepublic MergePreferredShape(int secondaryPorts, FanInShape.Init<T> _init)
 - 
MergePreferredShapepublic MergePreferredShape(int secondaryPorts, java.lang.String name)
 
- 
 - 
Method Detail- 
constructprotected FanInShape<T> construct(FanInShape.Init<T> init) - Overrides:
- constructin class- UniformFanInShape<T,T>
 
 - 
deepCopypublic 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 class- UniformFanInShape<T,T>
 
 - 
secondaryPortspublic int secondaryPorts() 
 
- 
 
-