/** {@inheritDoc} */
 @Override
 public R next() {
   return fut.next();
 }