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