public interface org.springframework.web.servlet.function.RequestPredicate
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.web.servlet.function.RequestPredicate
  super_class: java.lang.Object
{
  public abstract boolean test(org.springframework.web.servlet.function.ServerRequest);
    descriptor: (Lorg/springframework/web/servlet/function/ServerRequest;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      request  

  public org.springframework.web.servlet.function.RequestPredicate and(org.springframework.web.servlet.function.RequestPredicate);
    descriptor: (Lorg/springframework/web/servlet/function/RequestPredicate;)Lorg/springframework/web/servlet/function/RequestPredicate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.RequestPredicate this
        start local 1 // org.springframework.web.servlet.function.RequestPredicate other
         0: .line 50
            new org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate
            dup
            aload 0 /* this */
            aload 1 /* other */
            invokespecial org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate.<init>:(Lorg/springframework/web/servlet/function/RequestPredicate;Lorg/springframework/web/servlet/function/RequestPredicate;)V
            areturn
        end local 1 // org.springframework.web.servlet.function.RequestPredicate other
        end local 0 // org.springframework.web.servlet.function.RequestPredicate this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/springframework/web/servlet/function/RequestPredicate;
            0    1     1  other  Lorg/springframework/web/servlet/function/RequestPredicate;
    MethodParameters:
       Name  Flags
      other  

  public org.springframework.web.servlet.function.RequestPredicate negate();
    descriptor: ()Lorg/springframework/web/servlet/function/RequestPredicate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.RequestPredicate this
         0: .line 58
            new org.springframework.web.servlet.function.RequestPredicates$NegateRequestPredicate
            dup
            aload 0 /* this */
            invokespecial org.springframework.web.servlet.function.RequestPredicates$NegateRequestPredicate.<init>:(Lorg/springframework/web/servlet/function/RequestPredicate;)V
            areturn
        end local 0 // org.springframework.web.servlet.function.RequestPredicate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/RequestPredicate;

  public org.springframework.web.servlet.function.RequestPredicate or(org.springframework.web.servlet.function.RequestPredicate);
    descriptor: (Lorg/springframework/web/servlet/function/RequestPredicate;)Lorg/springframework/web/servlet/function/RequestPredicate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.RequestPredicate this
        start local 1 // org.springframework.web.servlet.function.RequestPredicate other
         0: .line 69
            new org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate
            dup
            aload 0 /* this */
            aload 1 /* other */
            invokespecial org.springframework.web.servlet.function.RequestPredicates$OrRequestPredicate.<init>:(Lorg/springframework/web/servlet/function/RequestPredicate;Lorg/springframework/web/servlet/function/RequestPredicate;)V
            areturn
        end local 1 // org.springframework.web.servlet.function.RequestPredicate other
        end local 0 // org.springframework.web.servlet.function.RequestPredicate this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/springframework/web/servlet/function/RequestPredicate;
            0    1     1  other  Lorg/springframework/web/servlet/function/RequestPredicate;
    MethodParameters:
       Name  Flags
      other  

  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=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.RequestPredicate this
        start local 1 // org.springframework.web.servlet.function.ServerRequest request
         0: .line 84
            aload 0 /* this */
            aload 1 /* request */
            invokeinterface org.springframework.web.servlet.function.RequestPredicate.test:(Lorg/springframework/web/servlet/function/ServerRequest;)Z
            ifeq 1
            aload 1 /* request */
            invokestatic java.util.Optional.of:(Ljava/lang/Object;)Ljava/util/Optional;
            goto 2
      StackMap locals:
      StackMap stack:
         1: invokestatic java.util.Optional.empty:()Ljava/util/Optional;
      StackMap locals:
      StackMap stack: java.util.Optional
         2: areturn
        end local 1 // org.springframework.web.servlet.function.ServerRequest request
        end local 0 // org.springframework.web.servlet.function.RequestPredicate this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/springframework/web/servlet/function/RequestPredicate;
            0    3     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.RequestPredicate this
        start local 1 // org.springframework.web.servlet.function.RequestPredicates$Visitor visitor
         0: .line 95
            aload 1 /* visitor */
            aload 0 /* this */
            invokeinterface org.springframework.web.servlet.function.RequestPredicates$Visitor.unknown:(Lorg/springframework/web/servlet/function/RequestPredicate;)V
         1: .line 96
            return
        end local 1 // org.springframework.web.servlet.function.RequestPredicates$Visitor visitor
        end local 0 // org.springframework.web.servlet.function.RequestPredicate this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/springframework/web/servlet/function/RequestPredicate;
            0    2     1  visitor  Lorg/springframework/web/servlet/function/RequestPredicates$Visitor;
    MethodParameters:
         Name  Flags
      visitor  
}
SourceFile: "RequestPredicate.java"
InnerClasses:
  AndRequestPredicate = org.springframework.web.servlet.function.RequestPredicates$AndRequestPredicate of org.springframework.web.servlet.function.RequestPredicates
  NegateRequestPredicate = org.springframework.web.servlet.function.RequestPredicates$NegateRequestPredicate of org.springframework.web.servlet.function.RequestPredicates
  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
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()