Normand Briere
2019-10-15 67d823555c17c4ea3d31832c72e375b03cffa859
1
2
3
4
5
package timeflow.data.db.filter;
 
public interface ValueFilter {
   public boolean ok(Object o);
}