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