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

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

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