Uses of Interface
org.infinispan.util.function.SerializableLongFunction
Packages that use SerializableLongFunction
Package
Description
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 SerializableLongFunctionModifier and TypeMethodDescriptiondefault 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 SerializableLongFunctionModifier and TypeMethodDescriptionDistributedLongCacheStream.flatMap
(SerializableLongFunction<? extends LongStream> mapper) <U> CacheStream
<U> DistributedLongCacheStream.mapToObj
(SerializableLongFunction<? extends U> mapper)