public class ControllerSamplePredicate extends Object implements SamplePredicate
| Constructor and Description |
|---|
ControllerSamplePredicate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Sample sample)
Defines if the specified sample matches the current predicate.
|
public boolean matches(Sample sample)
SamplePredicatematches in interface SamplePredicatesample - the sample to test (must not be null)true, if successful; otherwise falseCopyright © 1998-2021 Apache Software Foundation. All Rights Reserved.