and property

MetricsAndOperator? and
final

A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.

Implementation

final MetricsAndOperator? and;