export interface UfoCaseFilter<T> {
    filter(c: T): boolean;
}
