Uses of Interface
org.infinispan.util.function.SerializableIntToLongFunction
-
Packages that use SerializableIntToLongFunction Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. -
-
Uses of SerializableIntToLongFunction in org.infinispan
Methods in org.infinispan with parameters of type SerializableIntToLongFunction Modifier and Type Method Description default LongCacheStreamIntCacheStream. mapToLong(SerializableIntToLongFunction mapper)Same asIntCacheStream.mapToLong(IntToLongFunction)except that the IntToLongFunction must also implementSerializable
-