http4k-api-openapi
Toggle table of contents
6.19.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-api-openapi
http4k-api-openapi
/
org.http4k.contract
/
div
div
operator
fun
<
A
>
String
.
div
(
next
:
PathLens
<
A
>
)
:
ContractRouteSpec1
<
A
>
(
source
)
operator
fun
String
.
div
(
next
:
String
)
:
String
(
source
)
operator
fun
<
A
>
PathLens
<
A
>
.
div
(
next
:
String
)
:
ContractRouteSpec2
<
A
,
String
>
(
source
)
operator
fun
<
A
,
B
>
PathLens
<
A
>
.
div
(
next
:
PathLens
<
B
>
)
:
ContractRouteSpec2
<
A
,
B
>
(
source
)