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
Currently we use multiple collections libraries, including:
all of them are lacking some features which exist in other languages such as Scala and the .Net family
a solution to this is using the Seq API from JOOQ/JOOL.
Seq
StreamSupport
some resources:
from personal experience, the JOOL api fits our needs and gives us greater flexibility.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently we use multiple collections libraries, including:
all of them are lacking some features which exist in other languages such as Scala and the .Net family
a solution to this is using the
Seq
API from JOOQ/JOOL.StreamSupport
and the stream APIsome resources:
from personal experience, the JOOL api fits our needs and gives us greater flexibility.
The text was updated successfully, but these errors were encountered: