问题描述 value filter is not a member of * 这种问题一般是由于scala和java的相互转换没有成功造成的,可以引入scala的工具类进行隐式转化。 解决方案 添加代码“ import collection.JavaConversions._ 完成!