class org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate implements org.springframework.web.servlet.function.RequestPredicate, org.springframework.web.servlet.function.ChangePathPatternParserVisitor$Target
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate
  super_class: java.lang.Object
{
  private final org.springframework.web.servlet.function.RequestPredicate left;
    descriptor: Lorg/springframework/web/servlet/function/RequestPredicate;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.web.servlet.function.RequestPredicate right;
    descriptor: Lorg/springframework/web/servlet/function/RequestPredicate;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.web.servlet.function.RequestPredicate, org.springframework.web.servlet.function.RequestPredicate);
    descriptor: (Lorg/springframework/web/servlet/function/RequestPredicate;Lorg/springframework/web/servlet/function/RequestPredicate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate this
        start local 1 // org.springframework.web.servlet.function.RequestPredicate left
        start local 2 // org.springframework.web.servlet.function.RequestPredicate right
         0: .line 762
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 763
            aload 1 /* left */
            ldc "Left RequestPredicate must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 764
            aload 2 /* right */
            ldc "Right RequestPredicate must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         3: .line 765
            aload 0 /* this */
            aload 1 /* left */
            putfield org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate.left:Lorg/springframework/web/servlet/function/RequestPredicate;
         4: .line 766
            aload 0 /* this */
            aload 2 /* right */
            putfield org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate.right:Lorg/springframework/web/servlet/function/RequestPredicate;
         5: .line 767
            return
        end local 2 // org.springframework.web.servlet.function.RequestPredicate right
        end local 1 // org.springframework.web.servlet.function.RequestPredicate left
        end local 0 // org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/springframework/web/servlet/function/RequestPredicates$AndRequestPredicate;
            0    6     1   left  Lorg/springframework/web/servlet/function/RequestPredicate;
            0    6     2  right  Lorg/springframework/web/servlet/function/RequestPredicate;
    MethodParameters:
       Name  Flags
      left   
      right  

  public boolean test(org.springframework.web.servlet.function.ServerRequest);
    descriptor: (Lorg/springframework/web/servlet/function/ServerRequest;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate this
        start local 1 // org.springframework.web.servlet.function.ServerRequest request
         0: .line 771
            new java.util.HashMap
            dup
            aload 1 /* request */
            invokeinterface org.springframework.web.servlet.function.ServerRequest.attributes:()Ljava/util/Map;
            invokespecial java.util.HashMap.<init>:(Ljava/util/Map;)V
            astore 2 /* oldAttributes */
        start local 2 // java.util.Map oldAttributes
         1: .line 773
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate.left:Lorg/springframework/web/servlet/function/RequestPredicate;
            aload 1 /* request */
            invokeinterface org.springframework.web.servlet.function.RequestPredicate.test:(Lorg/springframework/web/servlet/function/ServerRequest;)Z
            ifeq 3
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate.right:Lorg/springframework/web/servlet/function/RequestPredicate;
            aload 1 /* request */
            invokeinterface org.springframework.web.servlet.function.RequestPredicate.test:(Lorg/springframework/web/servlet/function/ServerRequest;)Z
            ifeq 3
         2: .line 774
            iconst_1
            ireturn
         3: .line 776
      StackMap locals: java.util.Map
      StackMap stack:
            aload 1 /* request */
            aload 2 /* oldAttributes */
            invokestatic org.springframework.web.servlet.function.RequestPredicates.restoreAttributes:(Lorg/springframework/web/servlet/function/ServerRequest;Ljava/util/Map;)V
         4: .line 777
            iconst_0
            ireturn
        end local 2 // java.util.Map oldAttributes
        end local 1 // org.springframework.web.servlet.function.ServerRequest request
        end local 0 // org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/springframework/web/servlet/function/RequestPredicates$AndRequestPredicate;
            0    5     1        request  Lorg/springframework/web/servlet/function/ServerRequest;
            1    5     2  oldAttributes  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
         Name  Flags
      request  

  public java.util.Optional<org.springframework.web.servlet.function.ServerRequest> nest(org.springframework.web.servlet.function.ServerRequest);
    descriptor: (Lorg/springframework/web/servlet/function/ServerRequest;)Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate this
        start local 1 // org.springframework.web.servlet.function.ServerRequest request
         0: .line 782
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate.left:Lorg/springframework/web/servlet/function/RequestPredicate;
            aload 1 /* request */
            invokeinterface org.springframework.web.servlet.function.RequestPredicate.nest:(Lorg/springframework/web/servlet/function/ServerRequest;)Ljava/util/Optional;
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate.right:Lorg/springframework/web/servlet/function/RequestPredicate;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic apply(Lorg/springframework/web/servlet/function/RequestPredicate;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/springframework/web/servlet/function/RequestPredicate.nest(Lorg/springframework/web/servlet/function/ServerRequest;)Ljava/util/Optional; (9 itf)
                  (Lorg/springframework/web/servlet/function/ServerRequest;)Ljava/util/Optional;
            invokevirtual java.util.Optional.flatMap:(Ljava/util/function/Function;)Ljava/util/Optional;
            areturn
        end local 1 // org.springframework.web.servlet.function.ServerRequest request
        end local 0 // org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/springframework/web/servlet/function/RequestPredicates$AndRequestPredicate;
            0    1     1  request  Lorg/springframework/web/servlet/function/ServerRequest;
    Signature: (Lorg/springframework/web/servlet/function/ServerRequest;)Ljava/util/Optional<Lorg/springframework/web/servlet/function/ServerRequest;>;
    MethodParameters:
         Name  Flags
      request  

  public void accept(org.springframework.web.servlet.function.RequestPredicates$Visitor);
    descriptor: (Lorg/springframework/web/servlet/function/RequestPredicates$Visitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate this
        start local 1 // org.springframework.web.servlet.function.RequestPredicates$Visitor visitor
         0: .line 787
            aload 1 /* visitor */
            invokeinterface org.springframework.web.servlet.function.RequestPredicates$Visitor.startAnd:()V
         1: .line 788
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate.left:Lorg/springframework/web/servlet/function/RequestPredicate;
            aload 1 /* visitor */
            invokeinterface org.springframework.web.servlet.function.RequestPredicate.accept:(Lorg/springframework/web/servlet/function/RequestPredicates$Visitor;)V
         2: .line 789
            aload 1 /* visitor */
            invokeinterface org.springframework.web.servlet.function.RequestPredicates$Visitor.and:()V
         3: .line 790
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate.right:Lorg/springframework/web/servlet/function/RequestPredicate;
            aload 1 /* visitor */
            invokeinterface org.springframework.web.servlet.function.RequestPredicate.accept:(Lorg/springframework/web/servlet/function/RequestPredicates$Visitor;)V
         4: .line 791
            aload 1 /* visitor */
            invokeinterface org.springframework.web.servlet.function.RequestPredicates$Visitor.endAnd:()V
         5: .line 792
            return
        end local 1 // org.springframework.web.servlet.function.RequestPredicates$Visitor visitor
        end local 0 // org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/springframework/web/servlet/function/RequestPredicates$AndRequestPredicate;
            0    6     1  visitor  Lorg/springframework/web/servlet/function/RequestPredicates$Visitor;
    MethodParameters:
         Name  Flags
      visitor  

  public void changeParser(org.springframework.web.util.pattern.PathPatternParser);
    descriptor: (Lorg/springframework/web/util/pattern/PathPatternParser;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate this
        start local 1 // org.springframework.web.util.pattern.PathPatternParser parser
         0: .line 796
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate.left:Lorg/springframework/web/servlet/function/RequestPredicate;
            instanceof org.springframework.web.servlet.function.ChangePathPatternParserVisitor$Target
            ifeq 2
         1: .line 797
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate.left:Lorg/springframework/web/servlet/function/RequestPredicate;
            checkcast org.springframework.web.servlet.function.ChangePathPatternParserVisitor$Target
            aload 1 /* parser */
            invokeinterface org.springframework.web.servlet.function.ChangePathPatternParserVisitor$Target.changeParser:(Lorg/springframework/web/util/pattern/PathPatternParser;)V
         2: .line 799
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate.right:Lorg/springframework/web/servlet/function/RequestPredicate;
            instanceof org.springframework.web.servlet.function.ChangePathPatternParserVisitor$Target
            ifeq 4
         3: .line 800
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate.right:Lorg/springframework/web/servlet/function/RequestPredicate;
            checkcast org.springframework.web.servlet.function.ChangePathPatternParserVisitor$Target
            aload 1 /* parser */
            invokeinterface org.springframework.web.servlet.function.ChangePathPatternParserVisitor$Target.changeParser:(Lorg/springframework/web/util/pattern/PathPatternParser;)V
         4: .line 802
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.springframework.web.util.pattern.PathPatternParser parser
        end local 0 // org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/springframework/web/servlet/function/RequestPredicates$AndRequestPredicate;
            0    5     1  parser  Lorg/springframework/web/util/pattern/PathPatternParser;
    MethodParameters:
        Name  Flags
      parser  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate this
         0: .line 806
            ldc "(%s && %s)"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate.left:Lorg/springframework/web/servlet/function/RequestPredicate;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate.right:Lorg/springframework/web/servlet/function/RequestPredicate;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/RequestPredicates$AndRequestPredicate;
}
SourceFile: "RequestPredicates.java"
NestHost: org.springframework.web.servlet.function.RequestPredicates
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Target = org.springframework.web.servlet.function.ChangePathPatternParserVisitor$Target of org.springframework.web.servlet.function.ChangePathPatternParserVisitor
  AndRequestPredicate = org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate of org.springframework.web.servlet.function.RequestPredicates
  public abstract Visitor = org.springframework.web.servlet.function.RequestPredicates$Visitor of org.springframework.web.servlet.function.RequestPredicates