public interface javax.cache.processor.EntryProcessor<K, V, T>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: javax.cache.processor.EntryProcessor
super_class: java.lang.Object
{
public abstract T process(javax.cache.processor.MutableEntry<K, V>, []);
descriptor: (Ljavax/cache/processor/MutableEntry;[Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
Exceptions:
throws javax.cache.processor.EntryProcessorException
Signature: (Ljavax/cache/processor/MutableEntry<TK;TV;>;[Ljava/lang/Object;)TT;
MethodParameters:
Name Flags
entry
arguments
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "EntryProcessor.java"