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