Normand Briere
2019-05-01 d1e1417edc8a6ccf195b6da3270f22234dda61e4
1
2
3
4
5
package timeflow.data.db.filter;
 
public interface ValueFilter {
   public boolean ok(Object o);
}