GITLAB
glaville / mcmas
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
master
db47aedc5292c153dca880a43d0c6556bb0c316c
mcmas
src
Predicate.java
1b1e928cc
initial import of MCMAS
Browse Code ยป
glaville
2014-06-17 15:14:30 +0200
Predicate.java
70 Bytes
edit
raw
blame
history
1
2
3
4
5
6
public interface Predicate<T> { public boolean apply(T elem); }