Class ComparisonPredicate<T>
- java.lang.Object
-
- com.wavefront.agent.preprocessor.predicate.ComparisonPredicate<T>
-
- All Implemented Interfaces:
Predicate<T>
- Direct Known Subclasses:
ReportPointContainsPredicate
,ReportPointEndsWithPredicate
,ReportPointEqualsPredicate
,ReportPointRegexMatchPredicate
,ReportPointStartsWithPredicate
,SpanContainsPredicate
,SpanEndsWithPredicate
,SpanEqualsPredicate
,SpanRegexMatchPredicate
,SpanStartsWithPredicate
public abstract class ComparisonPredicate<T> extends Object implements Predicate<T>
Base for all comparison predicates.- Author:
- Anil Kodali ([email protected]).
-
-
Constructor Summary
Constructors Constructor Description ComparisonPredicate(String scope, Object value)
-