K - key typeV - value typeT - return typepublic class ThrowExceptionEntryProcessor<K,V,T> extends Object implements javax.cache.processor.EntryProcessor<K,V,T>, Serializable
| Constructor and Description |
|---|
ThrowExceptionEntryProcessor(Class<? extends Throwable> clazz) |
| Modifier and Type | Method and Description |
|---|---|
T |
process(javax.cache.processor.MutableEntry<K,V> entry,
Object... arguments) |
Copyright © 2019. All rights reserved.