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.org.infinispan.stream.impl -
-
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
-
Uses of SerializableIntBinaryOperator in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl with parameters of type SerializableIntBinaryOperator Modifier and Type Method Description int
DistributedIntCacheStream. reduce(int identity, SerializableIntBinaryOperator op)
OptionalInt
DistributedIntCacheStream. reduce(SerializableIntBinaryOperator op)
-