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. -
-
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
-