final case class StringPathPart(part: String) extends AnyVal with PathPart with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StringPathPart
- Serializable
- Serializable
- Product
- Equals
- PathPart
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StringPathPart(part: String)
Type Members
-
type
Self = StringPathPart
- Definition Classes
- StringPathPart → PathPart
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
map(f: (String) ⇒ String): StringPathPart
- Definition Classes
- StringPathPart → PathPart
-
val
part: String
- Definition Classes
- StringPathPart → PathPart
-
def
partToString(c: UriConfig): String
- Definition Classes
- StringPathPart → PathPart