Package org.apache.pekko.stream
Class FanOutShape3<I,O0,O1,O2>
java.lang.Object
org.apache.pekko.stream.Shape
org.apache.pekko.stream.FanOutShape<I>
org.apache.pekko.stream.FanOutShape3<I,O0,O1,O2>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pekko.stream.FanOutShape
FanOutShape.Init<I>, FanOutShape.Name<I>, FanOutShape.Name$, FanOutShape.Ports<I>, FanOutShape.Ports$ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FanOutShape<I>construct(FanOutShape.Init<I> init) FanOutShape3<I,O0, O1, O2> 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.out0()out1()out2()Methods inherited from class org.apache.pekko.stream.FanOutShape
in, inlets, newOutlet, outletsMethods inherited from class org.apache.pekko.stream.Shape
getInlets, getOutlets, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs
-
Constructor Details
-
FanOutShape3
-
FanOutShape3
-
FanOutShape3
-
-
Method Details
-
construct
- Specified by:
constructin classFanOutShape<I>
-
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 classFanOutShape<I>
-
out0
-
out1
-
out2
-