Uses of Interface
org.infinispan.util.function.SerializableIntBinaryOperator
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableIntBinaryOperator in org.infinispan
Modifier and TypeMethodDescriptiondefault int
IntCacheStream.reduce
(int identity, SerializableIntBinaryOperator op) Same asIntStream.reduce(int, IntBinaryOperator)
except that the IntBinaryOperator must also implementSerializable
default OptionalInt
IntCacheStream.reduce
(SerializableIntBinaryOperator op) Same asIntStream.reduce(IntBinaryOperator)
except that the IntBinaryOperator must also implementSerializable