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 intIntCacheStream.reduce(int identity, SerializableIntBinaryOperator op) Same asIntStream.reduce(int, IntBinaryOperator)except that the IntBinaryOperator must also implementSerializabledefault OptionalIntIntCacheStream.reduce(SerializableIntBinaryOperator op) Same asIntStream.reduce(IntBinaryOperator)except that the IntBinaryOperator must also implementSerializable