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