public <T> T first(NSArray<T> array) {
   return ERXQ.first(array, this);
 }