public TO next() {
        FROM from = fromIterator.next();

        return function.map(from);
      }