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