spring-framework
5.3.26
spring-webflux
/
org.springframework.web.reactive.function.server
/
plus
plus
operator
fun
<
T
:
ServerResponse
>
RouterFunction
<
T
>
.
plus
(
other
:
RouterFunction
<
T
>
)
:
RouterFunction
<
T
>
Content copied to clipboard
Equivalent to
RouterFunction.and
.