Class Uri.Path$.Slash

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

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

  • Method Details

    • tail

      public Uri.Path tail()
    • head

      public char head()
    • startsWithSlash

      public boolean startsWithSlash()
    • isEmpty

      public boolean isEmpty()
    • 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 Uri.Path dropChars(int count)