This commit is contained in:
Arjen Poutsma
2016-09-20 11:19:33 +02:00
parent adc69097fa
commit b83a6daf4b

View File

@@ -25,6 +25,7 @@ import org.springframework.web.reactive.function.support.RequestWrapper;
* @param <R> the type of the response of the function
* @author Arjen Poutsma
* @since 5.0
* @see RouterFunction#filter(FilterFunction)
*/
@FunctionalInterface
public interface FilterFunction<T, R> {