spring-framework
Toggle table of contents
7.0.0-M8
jvm
Platform filter
jvm
Switch theme
Search in API
spring-framework
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
.