dashboard
repositories
activity
search
login
Normand Briere
/
GrafreeD
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix out of memory crash with TimeUnit.
Normand Briere
2018-12-21
dcda2c5fa15e63daad67f5720a2f726e34f8cd71
[~nbriere/GrafreeD.git]
/
timeflow
/
data
/
db
/
filter
/
ValueFilter.java
1
2
3
4
5
package timeflow.data.db.filter;
public interface ValueFilter {
public boolean ok(Object o);
}