Uses of Interface
org.infinispan.util.function.SerializableToLongFunction
-
Packages that use SerializableToLongFunction Package Description org.infinispan 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 SerializableToLongFunction Modifier and Type Method Description default LongCacheStream
CacheStream. mapToLong(SerializableToLongFunction<? super R> mapper)
Same asCacheStream.mapToLong(ToLongFunction)
except that the ToLongFunction must also implementSerializable
-