Interface IIterableCountSearcher
- All Known Subinterfaces:
IIterableSearcher
- All Known Implementing Classes:
IterableSearcher
public interface IIterableCountSearcher
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
getCount
-
getCount
- Type Parameters:
E- the type of the elements of the given iterable- Parameters:
iterable- the examinedIterable, is considered to be empty when is nullselector- can select elements, ignores null elements, is considered not to select any element when is null- Returns:
- the number of elements the given selector selects from the given iterable
-
getCountOf
-