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$
 
 
 
 
- 
public class ClosedShape$ extends ClosedShape
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ClosedShape$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description ClosedShape$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClosedShape$deepCopy()ClosedShapegetInstance()Java API: obtain ClosedShape instancescala.collection.immutable.Seq<Inlet<?>>inlets()scala.collection.immutable.Seq<Outlet<?>>outlets()java.lang.StringtoString()- 
Methods inherited from class org.apache.pekko.stream.ClosedShape
getInlets, getOutlets, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs 
- 
Methods inherited from class org.apache.pekko.stream.Shape
deepCopy, getInlets, getOutlets, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, inlets, outlets, requireSamePortsAndShapeAs, requireSamePortsAs 
 - 
 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final ClosedShape$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
inlets
public scala.collection.immutable.Seq<Inlet<?>> inlets()
- Overrides:
 inletsin classClosedShape
 
- 
outlets
public scala.collection.immutable.Seq<Outlet<?>> outlets()
- Overrides:
 outletsin classClosedShape
 
- 
deepCopy
public ClosedShape$ deepCopy()
- Overrides:
 deepCopyin classClosedShape
 
- 
getInstance
public ClosedShape getInstance()
Java API: obtain ClosedShape instance- Overrides:
 getInstancein classClosedShape
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classClosedShape
 
 - 
 
 -