Commit f468e89
committed
Provide a RowSet#stream().
Motivation:
RowSet extends Iterable to provide iterations over the rows contained in the set.
We should support returning a java.util.stream.Stream as well.
Changes:
Add a stream() default method to RowSet that returns a java.util.stream.Stream.1 parent 3f14a12 commit f468e89
File tree
1 file changed
+11
-0
lines changed- vertx-sql-client/src/main/java/io/vertx/sqlclient
1 file changed
+11
-0
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
35 | 46 | | |
0 commit comments