Uses of Interface
org.infinispan.util.function.SerializableLongFunction
-
Packages that use SerializableLongFunction Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. -
-
Uses of SerializableLongFunction in org.infinispan
Methods in org.infinispan with parameters of type SerializableLongFunction Modifier and Type Method Description default LongCacheStream
LongCacheStream. flatMap(SerializableLongFunction<? extends java.util.stream.LongStream> mapper)
Same asLongCacheStream.flatMap(LongFunction)
except that the LongFunction must also implement Serializable.default <U> CacheStream<U>
LongCacheStream. mapToObj(SerializableLongFunction<? extends U> mapper)
Same asLongCacheStream.mapToObj(LongFunction)
except that the LongFunction must also implement Serializable.
-