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.org.infinispan.stream.impl -
-
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 -
Uses of SerializableIntToDoubleFunction in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl with parameters of type SerializableIntToDoubleFunction Modifier and Type Method Description DoubleCacheStreamDistributedIntCacheStream. mapToDouble(SerializableIntToDoubleFunction mapper)
-