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.org.infinispan.stream.impl -
-
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 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. -
Uses of SerializableLongFunction in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl with parameters of type SerializableLongFunction Modifier and Type Method Description LongCacheStream
DistributedLongCacheStream. flatMap(SerializableLongFunction<? extends LongStream> mapper)
<U> CacheStream<U>
DistributedLongCacheStream. mapToObj(SerializableLongFunction<? extends U> mapper)
-