Uses of Interface
org.infinispan.util.function.SerializableToIntFunction
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableToIntFunction in org.infinispan
Modifier and TypeMethodDescriptiondefault IntCacheStream
CacheStream.mapToInt
(SerializableToIntFunction<? super R> mapper) Same asCacheStream.mapToInt(ToIntFunction)
except that the ToIntFunction must also implementSerializable