扫码下载编程狮APP
import java.util.stream.Stream; public class Main { public static void main(String[] args) throws Exception { Stream.of(1.0, 2.0, 3.0) .mapToInt(Double::intValue) .mapToObj(i -> "a" + i) .forEach(System.out::println); } }
运行结果如下:
联系方式:
扫描二维码
下载编程狮App
扫码关注 领资料包