Uses of Interface
org.infinispan.util.function.SerializableLongToDoubleFunction
-
Packages that use SerializableLongToDoubleFunction Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. -
-
Uses of SerializableLongToDoubleFunction in org.infinispan
Methods in org.infinispan with parameters of type SerializableLongToDoubleFunction Modifier and Type Method Description default DoubleCacheStream
LongCacheStream. mapToDouble(SerializableLongToDoubleFunction mapper)
Same asLongCacheStream.mapToDouble(LongToDoubleFunction)
except that the LongToLongFunction must also implement Serializable.
-