Uses of Interface
org.infinispan.util.function.SerializableIntFunction
Packages that use SerializableIntFunction
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableIntFunction in org.infinispan
Methods in org.infinispan with parameters of type SerializableIntFunctionModifier and TypeMethodDescriptiondefault IntCacheStream
IntCacheStream.flatMap
(SerializableIntFunction<? extends IntStream> mapper) Same asIntCacheStream.flatMap(IntFunction)
except that the IntFunction must also implementSerializable
default <U> CacheStream
<U> IntCacheStream.mapToObj
(SerializableIntFunction<? extends U> mapper) Same asIntCacheStream.mapToObj(IntFunction)
except that the IntFunction must also implementSerializable
default <A> A[]
CacheStream.toArray
(SerializableIntFunction<A[]> generator) Same asStream.toArray(IntFunction)
except that the BinaryOperator must also implementSerializable
-
Uses of SerializableIntFunction in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl with parameters of type SerializableIntFunctionModifier and TypeMethodDescriptionDistributedIntCacheStream.flatMap
(SerializableIntFunction<? extends IntStream> mapper) <U> CacheStream
<U> DistributedIntCacheStream.mapToObj
(SerializableIntFunction<? extends U> mapper)