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