We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929feca commit 822f009Copy full SHA for 822f009
README.md
@@ -41,7 +41,7 @@ as well as `getRight` and `getLeft` to convert back to `Optional`.
41
42
### Working with streams
43
44
-If you have a stream of `Either`, you can search for failures using one of the collectors
+If you have a stream of `Either`, you can search for *Left* values using one of the collectors
45
`toValidList` and `toValidListAll`:
46
47
````java
0 commit comments