toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-contract
/
org.http4k.contract
/
PathSegments
Path
Segments
sealed
class
PathSegments
Inheritors
Slash
Root
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
parent
Link copied to clipboard
abstract
val
parent
:
PathSegments
Functions
div
Link copied to clipboard
operator
fun
div
(
child
:
String
)
:
PathSegments
operator
fun
div
(
child
:
PathSegments
)
:
PathSegments
starts
With
Link copied to clipboard
abstract
fun
startsWith
(
other
:
PathSegments
)
:
Boolean
to
List
Link copied to clipboard
abstract
fun
toList
(
)
:
List
<
String
>