Uses of Interface
org.infinispan.util.function.SerializableIntFunction
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableIntFunction in org.infinispan
Modifier 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
Modifier and TypeMethodDescriptionDistributedIntCacheStream.flatMap
(SerializableIntFunction<? extends IntStream> mapper) <U> CacheStream<U>
DistributedIntCacheStream.mapToObj
(SerializableIntFunction<? extends U> mapper)