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. -
-
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.
-