filter abstract method

Iterable<IAuditLogEntry> filter(
  1. bool test(
    1. IAuditLogEntry
    )
)

Filters audit log by users

Implementation

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