IterableUtils.toList(iterable).stream().map(CarModel::new).collect(Collectors.toList());
list.toList(iterable).stream().map(CarModel::new).collect(Collectors.toList());

IterableUtils.toList(iterable).stream().map(CarModel::new).collect(Collectors.toList());
list.toList(iterable).stream().map(CarModel::new).collect(Collectors.toList());