public interface net.bytebuddy.matcher.ElementMatcher$Junction<S> extends net.bytebuddy.matcher.ElementMatcher<S>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.matcher.ElementMatcher$Junction
  super_class: java.lang.Object
{
  public abstract <U extends S> net.bytebuddy.matcher.ElementMatcher$Junction<U> and(net.bytebuddy.matcher.ElementMatcher<? super U>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <U:TS;>(Lnet/bytebuddy/matcher/ElementMatcher<-TU;>;)Lnet/bytebuddy/matcher/ElementMatcher$Junction<TU;>;
    MethodParameters:
       Name  Flags
      other  

  public abstract <U extends S> net.bytebuddy.matcher.ElementMatcher$Junction<U> or(net.bytebuddy.matcher.ElementMatcher<? super U>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <U:TS;>(Lnet/bytebuddy/matcher/ElementMatcher<-TU;>;)Lnet/bytebuddy/matcher/ElementMatcher$Junction<TU;>;
    MethodParameters:
       Name  Flags
      other  
}
Signature: <S:Ljava/lang/Object;>Ljava/lang/Object;Lnet/bytebuddy/matcher/ElementMatcher<TS;>;
SourceFile: "ElementMatcher.java"
NestHost: net.bytebuddy.matcher.ElementMatcher
InnerClasses:
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
  public abstract AbstractBase = net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase of net.bytebuddy.matcher.ElementMatcher$Junction
  public Conjunction = net.bytebuddy.matcher.ElementMatcher$Junction$Conjunction of net.bytebuddy.matcher.ElementMatcher$Junction
  public Disjunction = net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction of net.bytebuddy.matcher.ElementMatcher$Junction