spring-framework
6.1.1
jvm
spring-webmvc
/
org.springframework.web.servlet.function
/
plus
plus
operator
fun
<
T
:
ServerResponse
>
RouterFunction
<
T
>
.
plus
(
other
:
RouterFunction
<
T
>
)
:
RouterFunction
<
T
>
Equivalent to
RouterFunction.and
.