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. -
-
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.
-