Uses of Interface
org.infinispan.util.function.SerializableDoubleToIntFunction
-
Packages that use SerializableDoubleToIntFunction Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. -
-
Uses of SerializableDoubleToIntFunction in org.infinispan
Methods in org.infinispan with parameters of type SerializableDoubleToIntFunction Modifier and Type Method Description default IntCacheStream
DoubleCacheStream. mapToInt(SerializableDoubleToIntFunction mapper)
Same asDoubleCacheStream.mapToInt(DoubleToIntFunction)
except that the DoubleToIntFunction must also implementSerializable
-