| 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 LongCacheStream |
LongCacheStream.flatMap(SerializableLongFunction<? extends LongStream> mapper)
Same as
LongCacheStream.flatMap(LongFunction) except that the LongFunction must also
implement Serializable. |
default <U> CacheStream<U> |
LongCacheStream.mapToObj(SerializableLongFunction<? extends U> mapper)
Same as
LongCacheStream.mapToObj(LongFunction) except that the LongFunction must also
implement Serializable. |
| Modifier and Type | Method and Description |
|---|---|
LongCacheStream |
DistributedLongCacheStream.flatMap(SerializableLongFunction<? extends LongStream> mapper) |
<U> CacheStream<U> |
DistributedLongCacheStream.mapToObj(SerializableLongFunction<? extends U> mapper) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.