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 R |
CacheStream.reduce(R identity,
SerializableBinaryOperator<R> accumulator)
Same as
Stream.reduce(Object, BinaryOperator) except that the BinaryOperator must also
implement Serializable |
default Optional<R> |
CacheStream.reduce(SerializableBinaryOperator<R> accumulator)
Same as
Stream.reduce(BinaryOperator) except that the BinaryOperator must also
implement Serializable |
default <U> U |
CacheStream.reduce(U identity,
SerializableBiFunction<U,? super R,U> accumulator,
SerializableBinaryOperator<U> combiner)
Same as
Stream.reduce(Object, BiFunction, BinaryOperator) except that the BinaryOperator must also
implement Serializable |
Copyright © 2021 JBoss by Red Hat. All rights reserved.