Sco*_*lle 20
该库提供了完整的LINQ API:https://github.com/nicholas22/jpropel-light
它使用功能样式的结构,并使用延迟执行.
// select names starting with j, using LINQ-style statements
new String[] { "james", "john", "john", "eddie" }.where(startsWith("j")).distinct().all(println());
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
13505 次 |
最近记录: |