SearchFilter class
A filter that performs a case-insensitive search within
the message, textMessage, or additionalData fields of ISpectLogData.
- Implemented types
Constructors
- SearchFilter(String query)
-
Creates a search filter with a specified
query.
Properties
Methods
-
apply(
ISpectLogData item) → bool -
Determines if the provided
itempasses the filter criteria.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited