Package org.apache.jmeter.report.core
Interface SamplePredicate
- All Known Implementing Classes:
- ControllerSamplePredicate
public interface SamplePredicate
The interface SamplePredicate represents a predicate to apply to a sample. It
 can be used in filtering decision.
- Since:
- 3.0
- 
Method Summary
- 
Method Details- 
matchesDefines if the specified sample matches the current predicate.- Parameters:
- sample- the sample to test (must not be- null)
- Returns:
- true, if successful; otherwise- false
 
 
-