Uses of Interface
org.infinispan.util.function.SerializableIntToDoubleFunction
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableIntToDoubleFunction in org.infinispan
Modifier and TypeMethodDescriptiondefault DoubleCacheStream
IntCacheStream.mapToDouble
(SerializableIntToDoubleFunction mapper) Same asIntCacheStream.mapToDouble(IntToDoubleFunction)
except that the IntToIntFunction must also implementSerializable
-
Uses of SerializableIntToDoubleFunction in org.infinispan.stream.impl
Modifier and TypeMethodDescriptionDistributedIntCacheStream.mapToDouble
(SerializableIntToDoubleFunction mapper)