接口 CollectionContentsPredicate<T,P extends Predicate<T>>

所有超级接口:
Predicate<Iterable<T>>
所有已知实现类:
CollectionContentsPredicate.Multiple, CollectionContentsPredicate.Single, CollectionContentsPredicate.Zero

public interface CollectionContentsPredicate<T,P extends Predicate<T>> extends Predicate<Iterable<T>>