# java8-example **Repository Path**: yaoye119/java8_example ## Basic Information - **Project Name**: java8-example - **Description**: java8的一些新特性的测试,包括lambda,函数式编程,使用重复的注解,实现默认方法和静态方法的接口,方法的引用,扩展注解的支持,参数的名字(方法的参数名字能够保留在java字节码中),类库更新base64,jodatime,nashorn,optional,parallel,stream等 - **Primary Language**: Java - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-09-18 - **Last Updated**: 2021-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #java-8 ### 欢迎把自己的test加入到项目中 先fork代码 然后发pull request [如何贡献](https://my.oschina.net/iioschina/blog/5263818) + lambda + optional + parallel Arrays Stream + stream collect filter flatMap mapToInt parallel IntStream + predicate + interface-default-method + interface-default-static-method + method-ref + getOrDefault + @Repeatable + CompletableFuture + Function + Supplier + BiConsumer + 构造器引用 + 静态方法引用 + 特定类任意对象引用 + 特定类特定对象方法引用