1- # StreamEx 0.7.3
1+ # StreamEx 0.8.0
22Enhancing Java Stream API.
33
44[ ![ Maven Central] ( https://img.shields.io/maven-central/v/one.util/streamex.svg )] ( https://maven-badges.herokuapp.com/maven-central/one.util/streamex/ )
@@ -9,7 +9,7 @@ Enhancing Java Stream API.
99This library defines four classes: ` StreamEx ` , ` IntStreamEx ` , ` LongStreamEx ` , ` DoubleStreamEx `
1010which are fully compatible with Java 8 stream classes and provide many additional useful methods.
1111Also ` EntryStream ` class is provided which represents the stream of map entries and provides
12- additional functionality for this case. Finally there are some new useful collectors defined in ` MoreCollectors `
12+ additional functionality for this case. Finally, there are some new useful collectors defined in ` MoreCollectors `
1313class as well as primitive collectors concept.
1414
1515Full API documentation is available [ here] ( http://amaembo.github.io/streamex/javadoc/ ) .
@@ -133,7 +133,7 @@ Add this snippet to the pom.xml `dependencies` section:
133133<dependency >
134134 <groupId >one.util</groupId >
135135 <artifactId >streamex</artifactId >
136- <version >0.7.3 </version >
136+ <version >0.8.0 </version >
137137</dependency >
138138```
139139
@@ -142,7 +142,7 @@ Add this snippet to the pom.xml `dependencies` section:
142142Add this snippet to the build.gradle ` dependencies ` section:
143143
144144``` groovy
145- implementation 'one.util:streamex:0.7.3 '
145+ implementation 'one.util:streamex:0.8.0 '
146146```
147147
148148Pull requests are welcome.
0 commit comments