Uses of Interface
org.infinispan.util.function.SerializableIntToLongFunction
Packages that use SerializableIntToLongFunction
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableIntToLongFunction in org.infinispan
Methods in org.infinispan with parameters of type SerializableIntToLongFunctionModifier and TypeMethodDescriptiondefault LongCacheStream
IntCacheStream.mapToLong
(SerializableIntToLongFunction mapper) Same asIntCacheStream.mapToLong(IntToLongFunction)
except that the IntToLongFunction must also implementSerializable
-
Uses of SerializableIntToLongFunction in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl with parameters of type SerializableIntToLongFunctionModifier and TypeMethodDescriptionDistributedIntCacheStream.mapToLong
(SerializableIntToLongFunction mapper)