Uses of Interface
org.infinispan.util.function.SerializableLongToIntFunction
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableLongToIntFunction in org.infinispan
Modifier 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
Modifier and TypeMethodDescriptionDistributedLongCacheStream.mapToInt
(SerializableLongToIntFunction mapper)