Package akka.stream
Class FlowMonitorState.Received$
- java.lang.Object
-
- akka.stream.FlowMonitorState.Received$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- FlowMonitorState
public static class FlowMonitorState.Received$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static FlowMonitorState.Received$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Received$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <U> FlowMonitorState.Received<U>
apply(U msg)
java.lang.String
toString()
<U> scala.Option<U>
unapply(FlowMonitorState.Received<U> x$0)
-
-
-
Field Detail
-
MODULE$
public static final FlowMonitorState.Received$ 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 <U> FlowMonitorState.Received<U> apply(U msg)
-
unapply
public <U> scala.Option<U> unapply(FlowMonitorState.Received<U> x$0)
-
-