コンパイルしようとすると、次のエラーが発生します。
タイプ Iterablesのメソッドfilter(Iterable<T>, Predicate<? super T>)
は引数に適用できません ( Iterator<PeopleSoftBalance>, ColumnLikePredicate<PeopleSoftBalance>
)
ColumnLikePredicate クラス sig は次のとおりです。
public class ColumnLikePredicate<T extends RowModel> implements Predicate<T>
私は何を間違っていますか?