Package org.apache.pekko.stream
Class FanInShape<O>
java.lang.Object
org.apache.pekko.stream.Shape
org.apache.pekko.stream.FanInShape<O>
- Direct Known Subclasses:
FanInShape10,FanInShape11,FanInShape12,FanInShape13,FanInShape14,FanInShape15,FanInShape16,FanInShape17,FanInShape18,FanInShape19,FanInShape2,FanInShape20,FanInShape21,FanInShape22,FanInShape3,FanInShape4,FanInShape5,FanInShape6,FanInShape7,FanInShape8,FanInShape9,UniformFanInShape
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic classstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract FanInShape<O>construct(FanInShape.Init<O> init) 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.scala.collection.immutable.Seq<Inlet<?>>inlets()Not meant for overriding outside of Apache Pekko.protected <T> Inlet<T>out()outlets()Methods inherited from class org.apache.pekko.stream.Shape
getInlets, getOutlets, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs
-
Constructor Details
-
FanInShape
-
-
Method Details
-
out
-
outlets
-
inlets
Not meant for overriding outside of Apache Pekko. -
newInlet
-
construct
-
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.
-