Skip to content
New issue

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

ISPN-8281 Overloaded collect() to take SerializableSupplier #5488

Merged
merged 2 commits into from Oct 10, 2017

Conversation

galderz
Copy link
Member

@galderz galderz commented Oct 2, 2017

https://issues.jboss.org/browse/ISPN-8281

Replaces #5421 and #5440.

  • Use casting to deal with inner type generic casting issues.
  • Add collect(Supplier) version that doesn't rely on standard
    serialization requirements to marshall the function.
  • Add CacheFilters.filterAndConvert method that takes and returns
    CacheStream instead of Stream.
  • Force more info into method references in test.
  • Add javadocs.

I've rebased and fixed things reported in both #5421 and #5440 except for docu.

* Use casting to deal with inner type generic casting issues.
* Add collect(Supplier) version that doesn't rely on standard
  serialization requirements to marshall the function.
* Add CacheFilters.filterAndConvert method that takes and returns
  CacheStream instead of Stream.
* Force more info into method references in test.
* Add javadocs.
@galderz
Copy link
Member Author

galderz commented Oct 10, 2017

@wburns Added documentation changes.

@wburns wburns merged commit d067ad1 into infinispan:master Oct 10, 2017
@wburns
Copy link
Member

wburns commented Oct 10, 2017

Integrated into master, thanks @galderz !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants