Interface CollectionContentsPredicate<T, P extends Predicate<T>>

All Superinterfaces:
Predicate<Iterable<? extends T>>
All Known Implementing Classes:
CollectionContentsPredicate.Multiple, CollectionContentsPredicate.Single, CollectionContentsPredicate.Zero

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