Class MatcherPredicate<T>

java.lang.Object
org.apache.hadoop.hbase.MatcherPredicate<T>
Type Parameters:
T - The type of value to be evaluated via Matcher.
All Implemented Interfaces:
Waiter.ExplainingPredicate<RuntimeException>, Waiter.Predicate<RuntimeException>

@Private public class MatcherPredicate<T> extends Object implements Waiter.ExplainingPredicate<RuntimeException>
An implementation of Waiter.ExplainingPredicate that uses Hamcrest Matcher for both predicate evaluation and explanation.