Uses of Interface
org.infinispan.util.function.SerializableIntUnaryOperator
Packages that use SerializableIntUnaryOperator
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableIntUnaryOperator in org.infinispan
Methods in org.infinispan with parameters of type SerializableIntUnaryOperatorModifier and TypeMethodDescriptiondefault IntCacheStreamIntCacheStream.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 SerializableIntUnaryOperatorModifier and TypeMethodDescriptionDistributedIntCacheStream.map(SerializableIntUnaryOperator mapper)