@FunctionalInterface 注解使用
https://www.jianshu.com/p/52cdc402fb5d
带入参数:
@FunctionalInterface
public static interface CustomSelector{
Object select(ResourceInfo availableResource) throws BusinessException;
}
使用...
转载
2019-09-24 11:00:24 ·
341 阅读 ·
0 评论