Uses of Interface
org.infinispan.util.function.SerializableLongUnaryOperator
-
Packages that use SerializableLongUnaryOperator Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.stream.impl -
-
Uses of SerializableLongUnaryOperator in org.infinispan
Methods in org.infinispan with parameters of type SerializableLongUnaryOperator Modifier and Type Method Description default LongCacheStreamLongCacheStream. 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 SerializableLongUnaryOperator Modifier and Type Method Description LongCacheStreamDistributedLongCacheStream. map(SerializableLongUnaryOperator mapper)
-