]
Tristan Tarrant updated ISPN-6383:
----------------------------------
Status: Pull Request Sent (was: Coding In Progress)
Git Pull Request:
Add forEach method to CacheStream that takes BiConsumer
-------------------------------------------------------
Key: ISPN-6383
URL:
https://issues.jboss.org/browse/ISPN-6383
Project: Infinispan
Issue Type: Enhancement
Components: Distributed Execution and Map/Reduce
Reporter: William Burns
Assignee: William Burns
Fix For: 9.0.0.Final, 9.0.0.Alpha1
Now that we have ISPN-6349 & ISPN-6272 we can start adding some more non standard
methods. One example is to use forEach where it takes a BiConsumer instead. This will be
easier than using the CacheAware interface.