Uses of Interface
org.infinispan.util.function.SerializableIntBinaryOperator
Packages that use SerializableIntBinaryOperator
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableIntBinaryOperator in org.infinispan
Methods in org.infinispan with parameters of type SerializableIntBinaryOperatorModifier 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