Interface SaRouteMatchFunction

All Superinterfaces:
BiFunction<String,String,Boolean>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SaRouteMatchFunction extends BiFunction<String,String,Boolean>
函数式接口:路由匹配策略

参数:pattern, path

返回:是否匹配

Since:
1.42.0
Author:
click33