public abstract class MetricsFilterPredicate extends Object implements Serializable
MetricsFilter class.| Constructor and Description |
|---|
MetricsFilterPredicate() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(MetricsPredicateVisitor metricsPredicateVisitor)
Helper method that accepts an implemenation of
MetricsPredicateVisitor
and invokes the most applicable visit method in the visitor. |
public abstract void accept(MetricsPredicateVisitor metricsPredicateVisitor)
MetricsPredicateVisitor
and invokes the most applicable visit method in the visitor.Copyright © 2019. All rights reserved.