Uses of Interface
org.infinispan.util.function.SerializableIntUnaryOperator
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableIntUnaryOperator in org.infinispan
Modifier and TypeMethodDescriptiondefault IntCacheStream
IntCacheStream.map
(SerializableIntUnaryOperator mapper) Same asIntCacheStream.map(IntUnaryOperator)
except that the IntUnaryOperator must also implementSerializable
-
Uses of SerializableIntUnaryOperator in org.infinispan.stream.impl
Modifier and TypeMethodDescriptionDistributedIntCacheStream.map
(SerializableIntUnaryOperator mapper)