摘要: Stream API现在在实际开发中应用非常广泛,经常会遇到需要调试Stream API的场景,这篇文章主要讲解如何使用IDEA调试Stream @Test public void test(){ Stream.of(10, 20, 30, 40, 50).mapToInt(e->e*10) .fi 阅读全文
posted @ 2024-12-09 15:04 wq9 阅读(11) 评论(0) 推荐(0) 编辑