Uses of Interface
org.infinispan.functional.FunctionalMap
-
Packages that use FunctionalMap Package Description org.infinispan.functional Functional API package -
-
Uses of FunctionalMap in org.infinispan.functional
Subinterfaces of FunctionalMap in org.infinispan.functional Modifier and Type Interface Description static interface
FunctionalMap.ReadOnlyMap<K,V>
Exposes read-only operations that can be executed against the functional map.static interface
FunctionalMap.ReadWriteMap<K,V>
Exposes read-write operations that can be executed against the functional map.static interface
FunctionalMap.WriteOnlyMap<K,V>
Exposes write-only operations that can be executed against the functional map.Methods in org.infinispan.functional that return FunctionalMap Modifier and Type Method Description FunctionalMap<K,V>
FunctionalMap. withParams(Param<?>... ps)
Tweak functional map executions providingParam
instances.
-