Interface StatisticsCoverage


  • @API(status=EXPERIMENTAL,
         since="1.2.3")
    public interface StatisticsCoverage
    Intermediate object to provide statistics coverage checking capabilities
    See Also:
    Statistics.coverage(Consumer)
    • Method Detail

      • checkQuery

        StatisticsCoverage.CoverageChecker checkQuery​(java.util.function.Predicate<? extends java.util.List<?>> query)
        Execute a query for coverage checking.
        Parameters:
        query - A Predicate that takes the collected values as parameter and returns true if the specific values shall be counted.