Uses of Interface
javax.cache.processor.EntryProcessorResult
Packages that use EntryProcessorResult
-
Uses of EntryProcessorResult in javax.cache
Methods in javax.cache that return types with arguments of type EntryProcessorResultModifier and TypeMethodDescription<T> Map
<K, EntryProcessorResult<T>> Invokes anEntryProcessor
against the set ofCache.Entry
s specified by the set of keys.