Package akka.stream
Class ClosedShape$
- java.lang.Object
-
- akka.stream.Shape
-
- akka.stream.ClosedShape
-
- akka.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()
ClosedShape
getInstance()
Java API: obtain ClosedShape instancescala.collection.immutable.Seq<Inlet<?>>
inlets()
scala.collection.immutable.Seq<Outlet<?>>
outlets()
java.lang.String
toString()
-
Methods inherited from class akka.stream.ClosedShape
getInlets, getOutlets, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs
-
Methods inherited from class akka.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:
inlets
in classClosedShape
-
outlets
public scala.collection.immutable.Seq<Outlet<?>> outlets()
- Overrides:
outlets
in classClosedShape
-
deepCopy
public ClosedShape$ deepCopy()
- Overrides:
deepCopy
in classClosedShape
-
getInstance
public ClosedShape getInstance()
Java API: obtain ClosedShape instance- Overrides:
getInstance
in classClosedShape
-
toString
public java.lang.String toString()
- Overrides:
toString
in classClosedShape
-
-