Uses of Interface
org.infinispan.util.function.SerializableLongUnaryOperator
Packages that use SerializableLongUnaryOperator
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableLongUnaryOperator in org.infinispan
Methods in org.infinispan with parameters of type SerializableLongUnaryOperatorModifier and TypeMethodDescriptiondefault LongCacheStream
LongCacheStream.map
(SerializableLongUnaryOperator mapper) Same asLongCacheStream.map(LongUnaryOperator)
except that the LongUnaryOperator must also implement Serializable. -
Uses of SerializableLongUnaryOperator in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl with parameters of type SerializableLongUnaryOperatorModifier and TypeMethodDescriptionDistributedLongCacheStream.map
(SerializableLongUnaryOperator mapper)