Uses of Interface
org.infinispan.util.function.SerializableIntBinaryOperator
-
Packages that use SerializableIntBinaryOperator Package Description org.infinispan 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 SerializableIntBinaryOperator Modifier and Type Method Description default 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
-