Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final Uri.Path$.$tilde$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • $tilde$

        public $tilde$()
    • Method Detail

      • unapply

        public scala.Option<scala.Tuple2<java.lang.String,​Uri.Path>> unapply​(akka.http.scaladsl.model.Uri.Path.Segment cons)
      • unapply

        public scala.Option<scala.Tuple2<java.lang.Object,​Uri.Path>> unapply​(akka.http.scaladsl.model.Uri.Path.Slash cons)