Uses of Interface
org.infinispan.util.function.SerializableDoubleToLongFunction
-
Packages that use SerializableDoubleToLongFunction Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.stream.impl -
-
Uses of SerializableDoubleToLongFunction in org.infinispan
Methods in org.infinispan with parameters of type SerializableDoubleToLongFunction Modifier and Type Method Description default LongCacheStreamDoubleCacheStream. mapToLong(SerializableDoubleToLongFunction mapper)Same asDoubleCacheStream.mapToLong(DoubleToLongFunction)except that the DoubleToLongFunction must also implementSerializable -
Uses of SerializableDoubleToLongFunction in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl with parameters of type SerializableDoubleToLongFunction Modifier and Type Method Description LongCacheStreamDistributedDoubleCacheStream. mapToLong(SerializableDoubleToLongFunction mapper)
-