File navigator filter predicate.

interface Predicate {
    filter(item): boolean;
}

Implemented by

Methods

Methods