Class CountDownPredicate<T>
java.lang.Object
org.apache.polaris.persistence.nosql.maintenance.spi.CountDownPredicate<T>
- All Implemented Interfaces:
Predicate<T>
Predicate that yields
true for the number of test(Object) invocations given to
the constructor.