Class Uri.Path$.Empty$

java.lang.Object
akka.http.scaladsl.model.Uri.Path.SlashOrEmpty
akka.http.scaladsl.model.Uri.Path$.Empty$
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing class:
Uri.Path$

public static class Uri.Path$.Empty$ extends akka.http.scaladsl.model.Uri.Path.SlashOrEmpty implements scala.Product, Serializable
See Also:
  • Field Details

    • MODULE$

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

    • Empty$

      public Empty$()
  • Method Details

    • isEmpty

      public boolean isEmpty()
    • startsWithSlash

      public boolean startsWithSlash()
    • head

      public scala.runtime.Nothing$ head()
    • tail

      public Uri.Path tail()
    • length

      public int length()
    • charCount

      public int charCount()
    • reverseAndPrependTo

      public Uri.Path reverseAndPrependTo(Uri.Path prefix)
    • startsWith

      public boolean startsWith(Uri.Path that)
    • dropChars

      public akka.http.scaladsl.model.Uri.Path.Empty$ dropChars(int count)