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