functional programming in Java

前端 未结 5 1039
滥情空心
滥情空心 2021-01-17 13:58

how can you emulate functional programming in java, specifically, doing things like map a function to a collection of items?

map(func, new String[]{\"a\",\"         


        
5条回答
提交回复
热议问题