@Override
 public boolean apply(MPlayer mplayer) {
   return mplayer.isOnline() && mplayer.isWorking();
 }