Package akka.stream.impl.fusing
Class GraphStageModule$
- java.lang.Object
-
- akka.stream.impl.fusing.GraphStageModule$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Serializable
public class GraphStageModule$ extends java.lang.Object implements scala.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static GraphStageModule$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description GraphStageModule$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <S extends Shape,M>
GraphStageModule<S,M>apply(S shape, Attributes attributes, GraphStageWithMaterializedValue<S,M> stage)
java.lang.String
toString()
<S extends Shape,M>
scala.Option<scala.Tuple3<S,Attributes,GraphStageWithMaterializedValue<S,M>>>unapply(GraphStageModule<S,M> x$0)
-
-
-
Field Detail
-
MODULE$
public static final GraphStageModule$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
apply
public <S extends Shape,M> GraphStageModule<S,M> apply(S shape, Attributes attributes, GraphStageWithMaterializedValue<S,M> stage)
-
unapply
public <S extends Shape,M> scala.Option<scala.Tuple3<S,Attributes,GraphStageWithMaterializedValue<S,M>>> unapply(GraphStageModule<S,M> x$0)
-
-