@Override
 public boolean anySatisfy(Predicate<? super T> predicate) {
   return ArrayIterate.anySatisfy(this.items, predicate);
 }