public interface EntryProcessor<K,V,T>
| Modifier and Type | Method and Description |
|---|---|
T |
process(MutableEntry<K,V> entry,
Object... arguments) |
T process(MutableEntry<K,V> entry, Object... arguments) throws EntryProcessorException
EntryProcessorExceptionCopyright © 2025. All rights reserved.