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