예제 #1
0
 static {
   filter.add(Predicates.not(new TappedPredicate()));
 }
예제 #2
0
 static {
   filter.add(new SubtypePredicate("Island"));
 }
예제 #3
0
 static {
   filter.add(new SubtypePredicate("Swamp"));
   filter.add(Predicates.not(new TappedPredicate()));
 }
예제 #4
0
 static {
   filter.add(new SubtypePredicate("Forest"));
 }