conforms专题

no instance(s) of type variable(s) R exist so that void conforms to R报错原因

使用函数式编程stream().map()的时候报错: 解决: 在对应实体类MenuTreeVo中给set方法设置一个返回值。但是setter返回void 所以要使用注解 @Accessors(chain = true) //给setter方法设置返回值 加上之后,问题就解决了