文件名称:shorts:简单的实用程序,可让您减少样板代码
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-05 21:18:04
utilities boilerplate-removal Java
短裤 Shorts是使用Java 1.8功能接口的简单实用程序,可让您减少样板代码。 例子 普通的: for ( int index = 0 ; index < 50 ; index ++ ) { System . out . println(index); } String text = " Foo " ; if (text . isEmpty()) { System . out . println( " Bar " ); } else { System . out . println( " Foo Bar " ); } File file = new File ( " foobar " ); BufferedImage image; try { image = ImageIO . read(file); } catch ( IOExceptio
【文件预览】:
shorts-master
----src()
--------main()
----.travis.yml(62B)
----LICENSE(1KB)
----README.md(1KB)
----pom.xml(2KB)
----.gitignore(26B)