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 DoubleCacheStreamIntCacheStream. mapToDouble(SerializableIntToDoubleFunction mapper)Same asIntCacheStream.mapToDouble(IntToDoubleFunction)except that the IntToIntFunction must also implementSerializable
-