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