| 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 int |
IntCacheStream.reduce(int identity,
SerializableIntBinaryOperator op)
Same as
IntStream.reduce(int, IntBinaryOperator) except that the IntBinaryOperator
must also implement Serializable |
default OptionalInt |
IntCacheStream.reduce(SerializableIntBinaryOperator op)
Same as
IntStream.reduce(IntBinaryOperator) except that the IntBinaryOperator must
also implement Serializable |
Copyright © 2022 JBoss by Red Hat. All rights reserved.