final class Segment extends AnyRef
- Source
- Uri.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Segment
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def decoded(charset: java.nio.charset.Charset = StandardCharsets.UTF_8, plusIsSpace: Boolean = false, toSkip: (Char) ⇒ Boolean = Function.const(false)): String
- val encoded: String
-
def
equals(obj: Any): Boolean
- Definition Classes
- Segment → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Segment → AnyRef → Any
- def isEmpty: Boolean
-
val
toString: String
- Definition Classes
- Segment → AnyRef → Any