Uses of Interface
org.infinispan.util.function.SerializableLongToIntFunction
-
Packages that use SerializableLongToIntFunction Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.stream.impl -
-
Uses of SerializableLongToIntFunction in org.infinispan
Methods in org.infinispan with parameters of type SerializableLongToIntFunction Modifier and Type Method Description default IntCacheStreamLongCacheStream. mapToInt(SerializableLongToIntFunction mapper)Same asLongCacheStream.mapToInt(LongToIntFunction)except that the LongToIntFunction must also implement Serializable. -
Uses of SerializableLongToIntFunction in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl with parameters of type SerializableLongToIntFunction Modifier and Type Method Description IntCacheStreamDistributedLongCacheStream. mapToInt(SerializableLongToIntFunction mapper)
-