| 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 double |
DoubleCacheStream.reduce(double identity,
SerializableDoubleBinaryOperator op)
Same as
DoubleStream.reduce(double, DoubleBinaryOperator) except that the DoubleBinaryOperator must
also implement Serializable |
default OptionalDouble |
DoubleCacheStream.reduce(SerializableDoubleBinaryOperator op)
Same as
DoubleStream.reduce(DoubleBinaryOperator) except that the DoubleBinaryOperator must
also implement Serializable |
Copyright © 2022 JBoss by Red Hat. All rights reserved.