| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| Modifier and Type | Method and Description |
|---|---|
default long |
LongCacheStream.reduce(long identity,
SerializableLongBinaryOperator op)
Same as
LongStream.reduce(long, LongBinaryOperator) except that the LongBinaryOperator must
also implement Serializable. |
default OptionalLong |
LongCacheStream.reduce(SerializableLongBinaryOperator op)
Same as
LongStream.reduce(LongBinaryOperator) except that the LongBinaryOperator must
also implement Serializable. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.