We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
collection
1 parent dd5338e commit d67ef2cCopy full SHA for d67ef2c
README.md
@@ -351,7 +351,7 @@ The library comes with these predefined predicates:
351
* `UpperCase`: checks if a `Char` is an upper case character
352
* `Whitespace`: checks if a `Char` is white space
353
354
-[`collection`](https://github.com/fthomas/refined/blob/master/modules/core/shared/src/main/scala/eu/timepit/refined/collection.scala)
+[`collection`](https://github.com/fthomas/refined/blob/master/modules/core/shared/src/main/scala-3.0+/eu/timepit/refined/collection.scala)
355
356
* `Contains[U]`: checks if an `Iterable` contains a value equal to `U`
357
* `Count[PA, PC]`: counts the number of elements in an `Iterable` which satisfy the
0 commit comments