GITLAB
glaville / mcmas
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
master
89f70c1ec150dc6bf80778ca0c45d556ff88c5c0
mcmas
src
Filter.java
89f70c1ec
import current mcmas library
Browse Code ยป
glaville
2014-06-20 10:02:59 +0200
Filter.java
64 Bytes
edit
raw
blame
history
1
2
3
4
5
6
public interface Filter<T, U> { public U apply(T elem); }