filter abstract method

bool filter(
  1. NoticeRecord record
)

Returns false if the record should be filtered out.

Implementation

bool filter(NoticeRecord record);