Uses of Interface
org.infinispan.util.function.SerializableToLongFunction
Packages that use SerializableToLongFunction
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableToLongFunction in org.infinispan
Methods in org.infinispan with parameters of type SerializableToLongFunctionModifier and TypeMethodDescriptiondefault LongCacheStream
CacheStream.mapToLong
(SerializableToLongFunction<? super R> mapper) Same asCacheStream.mapToLong(ToLongFunction)
except that the ToLongFunction must also implementSerializable