filter abstract method

Filters audit log by users

Implementation

Iterable<IAuditLogEntry> filter(bool Function(IAuditLogEntry) test);