Package akka.http.scaladsl.model
Class Uri.Path$.$tilde$
- java.lang.Object
-
- akka.http.scaladsl.model.Uri.Path$.$tilde$
-
- Enclosing class:
- Uri.Path$
public static class Uri.Path$.$tilde$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Uri.Path$.$tilde$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description $tilde$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Option<scala.Tuple2<java.lang.String,Uri.Path>>
unapply(akka.http.scaladsl.model.Uri.Path.Segment cons)
scala.Option<scala.Tuple2<java.lang.Object,Uri.Path>>
unapply(akka.http.scaladsl.model.Uri.Path.Slash cons)
-
-
-
Field Detail
-
MODULE$
public static final Uri.Path$.$tilde$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-