public static class Uri.Path$.Empty$
extends org.apache.pekko.http.scaladsl.model.Uri.Path.SlashOrEmpty
implements scala.Product, java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
| static Uri.Path$.Empty$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| Empty$() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | charCount() | 
| org.apache.pekko.http.scaladsl.model.Uri.Path.Empty$ | dropChars(int count) | 
| scala.runtime.Nothing$ | 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 static final Uri.Path$.Empty$ MODULE$
public boolean isEmpty()
public boolean startsWithSlash()
public scala.runtime.Nothing$ head()
public Uri.Path tail()
public int length()
public int charCount()
public boolean startsWith(Uri.Path that)
public org.apache.pekko.http.scaladsl.model.Uri.Path.Empty$ dropChars(int count)