Package com.logviewer.filters
Class NotPredicate
java.lang.Object
com.logviewer.filters.NotPredicate
- All Implemented Interfaces:
RecordPredicate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnot()voidsetDelegate(RecordPredicate delegate) booleantest(LogRecord record, LogFilterContext ctx)
-
Constructor Details
-
NotPredicate
-
-
Method Details
-
getDelegate
-
setDelegate
-
test
- Specified by:
testin interfaceRecordPredicate
-
not
- Specified by:
notin interfaceRecordPredicate
-