public interface javax.cache.event.CacheEntryEventFilter<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: javax.cache.event.CacheEntryEventFilter
  super_class: java.lang.Object
{
  public abstract boolean evaluate(javax.cache.event.CacheEntryEvent<? extends K, ? extends V>);
    descriptor: (Ljavax/cache/event/CacheEntryEvent;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws javax.cache.event.CacheEntryListenerException
    Signature: (Ljavax/cache/event/CacheEntryEvent<+TK;+TV;>;)Z
    MethodParameters:
       Name  Flags
      event  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "CacheEntryEventFilter.java"