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