public static final class Uri.Path$.Slash
extends org.apache.pekko.http.scaladsl.model.Uri.Path.SlashOrEmpty
implements scala.Product, java.io.Serializable
| Modifier and Type | Method and Description | 
|---|---|
| int | charCount() | 
| Uri.Path | dropChars(int count) | 
| char | head() | 
| boolean | isEmpty() | 
| int | length() | 
| Uri.Path | reverseAndPrependTo(Uri.Path prefix) | 
| boolean | startsWith(Uri.Path that) | 
| boolean | startsWithSlash() | 
| Uri.Path | tail() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Slash(Uri.Path tail)
public Uri.Path tail()
public char head()
public boolean startsWithSlash()
public boolean isEmpty()
public int length()
public int charCount()
public boolean startsWith(Uri.Path that)
public Uri.Path dropChars(int count)