Open roger-lo opened 7 years ago
Might want make Filterable as an interface (implemented as abstract class) with the following:
Filterable
filter: [] -> []
class FilenameMatches:
Might want make
Filterable
as an interface (implemented as abstract class) with the following:filter: [] -> []
class FilenameMatches: