Chroma-Chat/.metadata/.plugins/org.eclipse.core.resources/.history/b1/90d6a166922b00151fa6e49f3e10bf0b
2015-07-16 13:51:59 +02:00

12 lines
230 B
Text

package tk.sznp.thebuttonautoflair;
import java.util.function.Predicate;
public class MyPredicate<T> implements Predicate<T> {
@Override
public boolean test(T arg0) {
// TODO Auto-generated method stub
return false;
}
}