尝试编译时出现此错误:
Iterables 类型中的方法filter(Iterable<T>, Predicate<? super T>)
不适用于参数 ( Iterator<PeopleSoftBalance>, ColumnLikePredicate<PeopleSoftBalance>
)
这是 ColumnLikePredicate 类信号:
public class ColumnLikePredicate<T extends RowModel> implements Predicate<T>
我究竟做错了什么?