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