Package com.wavefront.agent.preprocessor
Interface AnnotatedPredicate<T>
-
- All Superinterfaces:
Predicate<T>
- All Known Implementing Classes:
LineBasedAllowFilter,LineBasedBlockFilter,ReportPointAllowFilter,ReportPointBlockFilter,ReportPointTimestampInRangeFilter,SpanAllowFilter,SpanBlockFilter
public interface AnnotatedPredicate<T> extends Predicate<T>
Base for all "filter"-type rules. Created by Vasily on 9/15/16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default booleantest(T input)booleantest(T input, String[] messageHolder)
-