public class net.bytebuddy.matcher.LatentMatcher$Conjunction<S> implements net.bytebuddy.matcher.LatentMatcher<S>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.matcher.LatentMatcher$Conjunction
  super_class: java.lang.Object
{
  private final java.util.List<? extends net.bytebuddy.matcher.LatentMatcher<? super S>> matchers;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<+Lnet/bytebuddy/matcher/LatentMatcher<-TS;>;>;

  public void <init>(net.bytebuddy.matcher.LatentMatcher<? super S>[]);
    descriptor: ([Lnet/bytebuddy/matcher/LatentMatcher;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.LatentMatcher$Conjunction this
        start local 1 // net.bytebuddy.matcher.LatentMatcher[] matcher
         0: .line 246
            aload 0 /* this */
            aload 1 /* matcher */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial net.bytebuddy.matcher.LatentMatcher$Conjunction.<init>:(Ljava/util/List;)V
         1: .line 247
            return
        end local 1 // net.bytebuddy.matcher.LatentMatcher[] matcher
        end local 0 // net.bytebuddy.matcher.LatentMatcher$Conjunction this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lnet/bytebuddy/matcher/LatentMatcher$Conjunction<TS;>;
            0    2     1  matcher  [Lnet/bytebuddy/matcher/LatentMatcher;
    Signature: ([Lnet/bytebuddy/matcher/LatentMatcher<-TS;>;)V
    MethodParameters:
         Name  Flags
      matcher  

  public void <init>(java.util.List<? extends net.bytebuddy.matcher.LatentMatcher<? super S>>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.LatentMatcher$Conjunction this
        start local 1 // java.util.List matchers
         0: .line 254
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 255
            aload 0 /* this */
            aload 1 /* matchers */
            putfield net.bytebuddy.matcher.LatentMatcher$Conjunction.matchers:Ljava/util/List;
         2: .line 256
            return
        end local 1 // java.util.List matchers
        end local 0 // net.bytebuddy.matcher.LatentMatcher$Conjunction this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lnet/bytebuddy/matcher/LatentMatcher$Conjunction<TS;>;
            0    3     1  matchers  Ljava/util/List<+Lnet/bytebuddy/matcher/LatentMatcher<-TS;>;>;
    Signature: (Ljava/util/List<+Lnet/bytebuddy/matcher/LatentMatcher<-TS;>;>;)V
    MethodParameters:
          Name  Flags
      matchers  

  public net.bytebuddy.matcher.ElementMatcher<? super S> resolve(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/matcher/ElementMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // net.bytebuddy.matcher.LatentMatcher$Conjunction this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 262
            invokestatic net.bytebuddy.matcher.ElementMatchers.any:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            astore 2 /* matcher */
        start local 2 // net.bytebuddy.matcher.ElementMatcher$Junction matcher
         1: .line 263
            aload 0 /* this */
            getfield net.bytebuddy.matcher.LatentMatcher$Conjunction.matchers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: net.bytebuddy.matcher.LatentMatcher$Conjunction net.bytebuddy.description.type.TypeDescription net.bytebuddy.matcher.ElementMatcher$Junction top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.matcher.LatentMatcher
            astore 3 /* latentMatcher */
        start local 3 // net.bytebuddy.matcher.LatentMatcher latentMatcher
         3: .line 264
            aload 2 /* matcher */
            aload 3 /* latentMatcher */
            aload 1 /* typeDescription */
            invokeinterface net.bytebuddy.matcher.LatentMatcher.resolve:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/matcher/ElementMatcher;
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.and:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            astore 2 /* matcher */
        end local 3 // net.bytebuddy.matcher.LatentMatcher latentMatcher
         4: .line 263
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 266
            aload 2 /* matcher */
            areturn
        end local 2 // net.bytebuddy.matcher.ElementMatcher$Junction matcher
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.matcher.LatentMatcher$Conjunction this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lnet/bytebuddy/matcher/LatentMatcher$Conjunction<TS;>;
            0    6     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            1    6     2          matcher  Lnet/bytebuddy/matcher/ElementMatcher$Junction<TS;>;
            3    4     3    latentMatcher  Lnet/bytebuddy/matcher/LatentMatcher<-TS;>;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/matcher/ElementMatcher<-TS;>;
    MethodParameters:
                 Name  Flags
      typeDescription  
}
Signature: <S:Ljava/lang/Object;>Ljava/lang/Object;Lnet/bytebuddy/matcher/LatentMatcher<TS;>;
SourceFile: "LatentMatcher.java"
NestHost: net.bytebuddy.matcher.LatentMatcher
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
  public Conjunction = net.bytebuddy.matcher.LatentMatcher$Conjunction of net.bytebuddy.matcher.LatentMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()