Normand Briere
2018-07-08 f4160780a4d8278920b99ada1050f320d6e30a73
1
2
3
4
5
package timeflow.data.db.filter;
 
public interface ValueFilter {
   public boolean ok(Object o);
}