Uses of Interface
org.infinispan.util.function.SerializableLongBinaryOperator
-
Packages that use SerializableLongBinaryOperator Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.stream.impl -
-
Uses of SerializableLongBinaryOperator in org.infinispan
Methods in org.infinispan with parameters of type SerializableLongBinaryOperator Modifier and Type Method Description default long
LongCacheStream. reduce(long identity, SerializableLongBinaryOperator op)
Same asLongStream.reduce(long, LongBinaryOperator)
except that the LongBinaryOperator must also implement Serializable.default OptionalLong
LongCacheStream. reduce(SerializableLongBinaryOperator op)
Same asLongStream.reduce(LongBinaryOperator)
except that the LongBinaryOperator must also implement Serializable. -
Uses of SerializableLongBinaryOperator in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl with parameters of type SerializableLongBinaryOperator Modifier and Type Method Description long
DistributedLongCacheStream. reduce(long identity, SerializableLongBinaryOperator op)
OptionalLong
DistributedLongCacheStream. reduce(SerializableLongBinaryOperator op)
-