Uses of Interface
org.infinispan.util.function.SerializableIntUnaryOperator
-
Packages that use SerializableIntUnaryOperator Package Description org.infinispan 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 SerializableIntUnaryOperator Modifier and Type Method Description default IntCacheStreamIntCacheStream. map(SerializableIntUnaryOperator mapper)Same asIntCacheStream.map(IntUnaryOperator)except that the IntUnaryOperator must also implementSerializable
-