toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-contract
/
org.http4k.contract
/
div
div
operator
fun
<
A
>
String
.
div
(
next
:
PathLens
<
A
>
)
:
ContractRouteSpec1
<
A
>
operator
fun
String
.
div
(
next
:
String
)
:
String
operator
fun
<
A
>
PathLens
<
A
>
.
div
(
next
:
String
)
:
ContractRouteSpec2
<
A
,
String
>
operator
fun
<
A
,
B
>
PathLens
<
A
>
.
div
(
next
:
PathLens
<
B
>
)
:
ContractRouteSpec2
<
A
,
B
>