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