K - key typeV - value typepublic class CombineEntryProcessor<K,V> extends Object implements javax.cache.processor.EntryProcessor<K,V,Object[]>, Serializable
| Constructor and Description |
|---|
CombineEntryProcessor(javax.cache.processor.EntryProcessor<K,V,Object>[] processors) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
process(javax.cache.processor.MutableEntry<K,V> entry,
Object... arguments) |
Copyright © 2019. All rights reserved.