Class ServerSentEventParser.PosInt$
- java.lang.Object
-
- akka.http.scaladsl.unmarshalling.sse.ServerSentEventParser.PosInt$
-
- Enclosing class:
- ServerSentEventParser
public static final class ServerSentEventParser.PosInt$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ServerSentEventParser.PosInt$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description PosInt$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Option<java.lang.Object>
unapply(java.lang.String s)
-
-
-
Field Detail
-
MODULE$
public static final ServerSentEventParser.PosInt$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-