Uses of Interface
org.infinispan.util.function.SerializableDoubleToIntFunction
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableDoubleToIntFunction in org.infinispan
Modifier and TypeMethodDescriptiondefault IntCacheStream
DoubleCacheStream.mapToInt
(SerializableDoubleToIntFunction mapper) Same asDoubleCacheStream.mapToInt(DoubleToIntFunction)
except that the DoubleToIntFunction must also implementSerializable
-
Uses of SerializableDoubleToIntFunction in org.infinispan.stream.impl
Modifier and TypeMethodDescriptionDistributedDoubleCacheStream.mapToInt
(SerializableDoubleToIntFunction mapper)