| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| org.infinispan.stream.impl |
| Modifier and Type | Method and Description |
|---|---|
default <R> R |
IntCacheStream.collect(SerializableSupplier<R> supplier,
SerializableObjIntConsumer<R> accumulator,
SerializableBiConsumer<R,R> combiner)
Same as
IntStream.collect(Supplier, ObjIntConsumer, BiConsumer) except that the arguments must also
implement Serializable |
default <K,V> void |
IntCacheStream.forEach(SerializableObjIntConsumer<Cache<K,V>> action)
Same as
IntCacheStream.forEach(ObjIntConsumer) except that the BiConsumer must also implement
Serializable |
| Modifier and Type | Method and Description |
|---|---|
<K,V> void |
DistributedIntCacheStream.forEach(SerializableObjIntConsumer<Cache<K,V>> action) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.