K - key classV - value classT - process return typepublic class MultiArgumentHandlingEntryProcessor<K,V,T> extends Object implements javax.cache.processor.EntryProcessor<K,V,T>, Serializable
| Constructor and Description |
|---|
MultiArgumentHandlingEntryProcessor(T ret) |
| Modifier and Type | Method and Description |
|---|---|
T |
process(javax.cache.processor.MutableEntry<K,V> entry,
Object... arguments) |
Copyright © 2019. All rights reserved.