Concatenates the given segment to this base path segment while building a URI template.
Receiver
base path segment.
Return
URI template that tracks the accumulated path.
literal segment appended to the path.
Appends the variable placeholder to this base path segment while building a URI template.
Receiver
base path segment.
Return
URI template capturing the supplied variable.
path variable placeholder appended to the path.
Adds a literal segment to the path portion of this URI template.
Receiver
URI template described by literal segments and captured parameters.
Return
updated URI template retaining previously captured parameters.
literal segment appended to the template.
@JvmName(name = "uriWithParameters4DivVariable") operator fun <P1 : Any, P2 : Any, P3 : Any, P4 : Any, P5 : Any> URIWithParameters4<P1, P2, P3, P4>.div(variable: PathVariable<P5>): URIWithParameters5<P1, P2, P3, P4, P5>(source)@JvmName(name = "uriWithParameters5DivVariable") operator fun <P1 : Any, P2 : Any, P3 : Any, P4 : Any, P5 : Any, P6 : Any> URIWithParameters5<P1, P2, P3, P4, P5>.div(variable: PathVariable<P6>): URIWithParameters6<P1, P2, P3, P4, P5, P6>(source)@JvmName(name = "uriWithParameters6DivVariable") operator fun <P1 : Any, P2 : Any, P3 : Any, P4 : Any, P5 : Any, P6 : Any, P7 : Any> URIWithParameters6<P1, P2, P3, P4, P5, P6>.div(variable: PathVariable<P7>): URIWithParameters7<P1, P2, P3, P4, P5, P6, P7>(source)@JvmName(name = "uriWithParameters7DivVariable") operator fun <P1 : Any, P2 : Any, P3 : Any, P4 : Any, P5 : Any, P6 : Any, P7 : Any, P8 : Any> URIWithParameters7<P1, P2, P3, P4, P5, P6, P7>.div(variable: PathVariable<P8>): URIWithParameters8<P1, P2, P3, P4, P5, P6, P7, P8>(source)@JvmName(name = "uriWithParameters8DivVariable") operator fun <P1 : Any, P2 : Any, P3 : Any, P4 : Any, P5 : Any, P6 : Any, P7 : Any, P8 : Any, P9 : Any> URIWithParameters8<P1, P2, P3, P4, P5, P6, P7, P8>.div(variable: PathVariable<P9>): URIWithParameters9<P1, P2, P3, P4, P5, P6, P7, P8, P9>(source)@JvmName(name = "uriWithParameters9DivVariable") operator fun <P1 : Any, P2 : Any, P3 : Any, P4 : Any, P5 : Any, P6 : Any, P7 : Any, P8 : Any, P9 : Any, P10 : Any> URIWithParameters9<P1, P2, P3, P4, P5, P6, P7, P8, P9>.div(variable: PathVariable<P10>): URIWithParameters10<P1, P2, P3, P4, P5, P6, P7, P8, P9, P10>(source)Appends the given variable placeholder to the path portion of this URI template.
Receiver
URI template described by literal segments and captured parameters.
Return
updated URI template capturing the additional variable.
path variable placeholder appended to the template.