Uses of Interface
org.infinispan.util.function.SerializableLongToIntFunction
Packages that use SerializableLongToIntFunction
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableLongToIntFunction in org.infinispan
Methods in org.infinispan with parameters of type SerializableLongToIntFunctionModifier and TypeMethodDescriptiondefault IntCacheStream
LongCacheStream.mapToInt
(SerializableLongToIntFunction mapper) Same asLongCacheStream.mapToInt(LongToIntFunction)
except that the LongToIntFunction must also implement Serializable. -
Uses of SerializableLongToIntFunction in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl with parameters of type SerializableLongToIntFunctionModifier and TypeMethodDescriptionDistributedLongCacheStream.mapToInt
(SerializableLongToIntFunction mapper)