Package akka.http.scaladsl.model
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final Uri.Path$.Empty$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
akka.http.scaladsl.model.Uri.Path.Empty$
dropChars
(int count) scala.runtime.Nothing$
head()
boolean
isEmpty()
int
length()
reverseAndPrependTo
(Uri.Path prefix) boolean
startsWith
(Uri.Path that) boolean
tail()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, 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
-
isEmpty
public boolean isEmpty() -
startsWithSlash
public boolean startsWithSlash() -
head
public scala.runtime.Nothing$ head() -
tail
-
length
public int length() -
charCount
public int charCount() -
reverseAndPrependTo
-
startsWith
-
dropChars
public akka.http.scaladsl.model.Uri.Path.Empty$ dropChars(int count)
-