Class Uri.Path$.Empty$
java.lang.Object
org.apache.pekko.http.scaladsl.model.Uri.Path.SlashOrEmpty
org.apache.pekko.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 org.apache.pekko.http.scaladsl.model.Uri.Path.SlashOrEmpty
implements scala.Product, Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Uri.Path$.Empty$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintorg.apache.pekko.http.scaladsl.model.Uri.Path.Empty$dropChars(int count) scala.runtime.Nothing$head()booleanisEmpty()intlength()reverseAndPrependTo(Uri.Path prefix) booleanstartsWith(Uri.Path that) booleantail()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
Empty$public Empty$()
 
- 
- 
Method Details- 
isEmptypublic boolean isEmpty()
- 
startsWithSlashpublic boolean startsWithSlash()
- 
headpublic scala.runtime.Nothing$ head()
- 
tail
- 
lengthpublic int length()
- 
charCountpublic int charCount()
- 
reverseAndPrependTo
- 
startsWith
- 
dropCharspublic org.apache.pekko.http.scaladsl.model.Uri.Path.Empty$ dropChars(int count) 
 
-