class org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate 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$OrRequestPredicate
  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$OrRequestPredicate this
        start local 1 // org.springframework.web.servlet.function.RequestPredicate left
        start local 2 // org.springframework.web.servlet.function.RequestPredicate right
         0: .line 862
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 863
            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 864
            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 865
            aload 0 /* this */
            aload 1 /* left */
            putfield org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate.left:Lorg/springframework/web/servlet/function/RequestPredicate;
         4: .line 866
            aload 0 /* this */
            aload 2 /* right */
            putfield org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate.right:Lorg/springframework/web/servlet/function/RequestPredicate;
         5: .line 867
            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$OrRequestPredicate this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/springframework/web/servlet/function/RequestPredicates$OrRequestPredicate;
            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$OrRequestPredicate this
        start local 1 // org.springframework.web.servlet.function.ServerRequest request
         0: .line 871
            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 873
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate.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
         2: .line 874
            iconst_1
            ireturn
         3: .line 877
      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 878
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate.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 6
         5: .line 879
            iconst_1
            ireturn
         6: .line 882
      StackMap locals:
      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
         7: .line 883
            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$OrRequestPredicate this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lorg/springframework/web/servlet/function/RequestPredicates$OrRequestPredicate;
            0    8     1        request  Lorg/springframework/web/servlet/function/ServerRequest;
            1    8     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=2, locals=3, args_size=2
        start local 0 // org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate this
        start local 1 // org.springframework.web.servlet.function.ServerRequest request
         0: .line 888
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate.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;
            astore 2 /* leftResult */
        start local 2 // java.util.Optional leftResult
         1: .line 889
            aload 2 /* leftResult */
            invokevirtual java.util.Optional.isPresent:()Z
            ifeq 3
         2: .line 890
            aload 2 /* leftResult */
            areturn
         3: .line 893
      StackMap locals: java.util.Optional
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate.right: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;
            areturn
        end local 2 // java.util.Optional leftResult
        end local 1 // org.springframework.web.servlet.function.ServerRequest request
        end local 0 // org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/springframework/web/servlet/function/RequestPredicates$OrRequestPredicate;
            0    4     1     request  Lorg/springframework/web/servlet/function/ServerRequest;
            1    4     2  leftResult  Ljava/util/Optional<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$OrRequestPredicate this
        start local 1 // org.springframework.web.servlet.function.RequestPredicates$Visitor visitor
         0: .line 899
            aload 1 /* visitor */
            invokeinterface org.springframework.web.servlet.function.RequestPredicates$Visitor.startOr:()V
         1: .line 900
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate.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 901
            aload 1 /* visitor */
            invokeinterface org.springframework.web.servlet.function.RequestPredicates$Visitor.or:()V
         3: .line 902
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate.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 903
            aload 1 /* visitor */
            invokeinterface org.springframework.web.servlet.function.RequestPredicates$Visitor.endOr:()V
         5: .line 904
            return
        end local 1 // org.springframework.web.servlet.function.RequestPredicates$Visitor visitor
        end local 0 // org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/springframework/web/servlet/function/RequestPredicates$OrRequestPredicate;
            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$OrRequestPredicate this
        start local 1 // org.springframework.web.util.pattern.PathPatternParser parser
         0: .line 908
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate.left:Lorg/springframework/web/servlet/function/RequestPredicate;
            instanceof org.springframework.web.servlet.function.ChangePathPatternParserVisitor$Target
            ifeq 2
         1: .line 909
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate.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 911
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate.right:Lorg/springframework/web/servlet/function/RequestPredicate;
            instanceof org.springframework.web.servlet.function.ChangePathPatternParserVisitor$Target
            ifeq 4
         3: .line 912
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate.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 914
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.springframework.web.util.pattern.PathPatternParser parser
        end local 0 // org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/springframework/web/servlet/function/RequestPredicates$OrRequestPredicate;
            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$OrRequestPredicate this
         0: .line 918
            ldc "(%s || %s)"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate.left:Lorg/springframework/web/servlet/function/RequestPredicate;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate.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$OrRequestPredicate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/RequestPredicates$OrRequestPredicate;
}
SourceFile: "RequestPredicates.java"
NestHost: org.springframework.web.servlet.function.RequestPredicates
InnerClasses:
  public abstract Target = org.springframework.web.servlet.function.ChangePathPatternParserVisitor$Target of org.springframework.web.servlet.function.ChangePathPatternParserVisitor
  OrRequestPredicate = org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate of org.springframework.web.servlet.function.RequestPredicates
  public abstract Visitor = org.springframework.web.servlet.function.RequestPredicates$Visitor of org.springframework.web.servlet.function.RequestPredicates