Esempio n. 1
0
 @Override
 protected boolean filter(Task task) {
   return task.getPriority().equals(Priority.LOW);
 }