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. -
-
Uses of SerializableLongBinaryOperator in org.infinispan
Methods in org.infinispan with parameters of type SerializableLongBinaryOperator Modifier and Type Method Description default longLongCacheStream. reduce(long identity, SerializableLongBinaryOperator op)Same asLongStream.reduce(long, LongBinaryOperator)except that the LongBinaryOperator must also implement Serializable.default OptionalLongLongCacheStream. reduce(SerializableLongBinaryOperator op)Same asLongStream.reduce(LongBinaryOperator)except that the LongBinaryOperator must also implement Serializable.
-