Uses of Interface
org.infinispan.util.function.SerializableLongUnaryOperator
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableLongUnaryOperator in org.infinispan
Modifier 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
Modifier and TypeMethodDescriptionDistributedLongCacheStream.map
(SerializableLongUnaryOperator mapper)