Uses of Interface
org.infinispan.util.function.SerializableLongBinaryOperator
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableLongBinaryOperator in org.infinispan
Modifier and TypeMethodDescriptiondefault long
LongCacheStream.reduce
(long identity, SerializableLongBinaryOperator op) Same asLongStream.reduce(long, LongBinaryOperator)
except that the LongBinaryOperator must also implement Serializable.default OptionalLong
LongCacheStream.reduce
(SerializableLongBinaryOperator op) Same asLongStream.reduce(LongBinaryOperator)
except that the LongBinaryOperator must also implement Serializable.