Normand Briere
2019-09-30 3966454055db8e04700e881a091c2d33dcfda232
1
2
3
4
5
package timeflow.data.db.filter;
 
public interface ValueFilter {
   public boolean ok(Object o);
}