stream()
    parallelStream()

    1. list.stream().map( XXXObject::getProerty ).collect(Collectors.toList());