We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This would allow us to map Sets and Maps, instead of being restricted to collections that inherit from Seq.
Set
Map
Seq
The text was updated successfully, but these errors were encountered:
Use Iterable instead of Seq for MapRecords (nevillelyh#11)
3e89d36
c2aa795
Use Iterable instead of Seq for MapRecords (#11) (#12)
67cdd49
No branches or pull requests
This would allow us to map
Set
s andMap
s, instead of being restricted to collections that inherit fromSeq
.The text was updated successfully, but these errors were encountered: