class com.google.common.reflect.TypeToken$InterfaceSet$1 implements com.google.common.base.Predicate<java.lang.Class<?>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.reflect.TypeToken$InterfaceSet$1
  super_class: java.lang.Object
{
  final com.google.common.reflect.TypeToken$InterfaceSet this$1;
    descriptor: Lcom/google/common/reflect/TypeToken$InterfaceSet;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.reflect.TypeToken$InterfaceSet);
    descriptor: (Lcom/google/common/reflect/TypeToken$InterfaceSet;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.reflect.TypeToken$InterfaceSet$1 this
         0: .line 732
            aload 0 /* this */
            aload 1
            putfield com.google.common.reflect.TypeToken$InterfaceSet$1.this$1:Lcom/google/common/reflect/TypeToken$InterfaceSet;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.common.reflect.TypeToken$InterfaceSet$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/reflect/TypeToken$InterfaceSet$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean apply(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.google.common.reflect.TypeToken$InterfaceSet$1 this
        start local 1 // java.lang.Class type
         0: .line 735
            aload 1 /* type */
            invokevirtual java.lang.Class.isInterface:()Z
            ireturn
        end local 1 // java.lang.Class type
        end local 0 // com.google.common.reflect.TypeToken$InterfaceSet$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/reflect/TypeToken$InterfaceSet$1;
            0    1     1  type  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
      Name  Flags
      type  

  public boolean apply(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            invokevirtual com.google.common.reflect.TypeToken$InterfaceSet$1.apply:(Ljava/lang/Class;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/google/common/base/Predicate<Ljava/lang/Class<*>;>;
SourceFile: "TypeToken.java"
EnclosingMethod: com.google.common.reflect.TypeToken$InterfaceSet.rawTypes:()Ljava/util/Set;
NestHost: com.google.common.reflect.TypeToken
InnerClasses:
  private final InterfaceSet = com.google.common.reflect.TypeToken$InterfaceSet of com.google.common.reflect.TypeToken
  com.google.common.reflect.TypeToken$InterfaceSet$1