Package org.apache.pekko.stream
Class ClosedShape$
java.lang.Object
org.apache.pekko.stream.Shape
org.apache.pekko.stream.ClosedShape
org.apache.pekko.stream.ClosedShape$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClosedShape$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pekko.stream.ClosedShape
getInlets, getOutlets, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAsMethods inherited from class org.apache.pekko.stream.Shape
deepCopy, getInlets, getOutlets, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, inlets, outlets, requireSamePortsAndShapeAs, requireSamePortsAs
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ClosedShape$
public ClosedShape$()
-
-
Method Details
-
inlets
- Overrides:
inletsin classClosedShape
-
outlets
- Overrides:
outletsin classClosedShape
-
deepCopy
- Overrides:
deepCopyin classClosedShape
-
getInstance
Java API: obtain ClosedShape instance- Overrides:
getInstancein classClosedShape
-
toString
- Overrides:
toStringin classClosedShape
-