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

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

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