final class org.springframework.web.servlet.function.RouterFunctions$DefaultNestedRouterFunction<T extends org.springframework.web.servlet.function.ServerResponse> extends org.springframework.web.servlet.function.RouterFunctions$AbstractRouterFunction<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.web.servlet.function.RouterFunctions$DefaultNestedRouterFunction
  super_class: org.springframework.web.servlet.function.RouterFunctions$AbstractRouterFunction
{
  private final org.springframework.web.servlet.function.RequestPredicate predicate;
    descriptor: Lorg/springframework/web/servlet/function/RequestPredicate;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.web.servlet.function.RouterFunction<T> routerFunction;
    descriptor: Lorg/springframework/web/servlet/function/RouterFunction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/springframework/web/servlet/function/RouterFunction<TT;>;

  public void <init>(org.springframework.web.servlet.function.RequestPredicate, org.springframework.web.servlet.function.RouterFunction<T>);
    descriptor: (Lorg/springframework/web/servlet/function/RequestPredicate;Lorg/springframework/web/servlet/function/RouterFunction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.function.RouterFunctions$DefaultNestedRouterFunction this
        start local 1 // org.springframework.web.servlet.function.RequestPredicate predicate
        start local 2 // org.springframework.web.servlet.function.RouterFunction routerFunction
         0: .line 1018
            aload 0 /* this */
            invokespecial org.springframework.web.servlet.function.RouterFunctions$AbstractRouterFunction.<init>:()V
         1: .line 1019
            aload 1 /* predicate */
            ldc "Predicate must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 1020
            aload 2 /* routerFunction */
            ldc "RouterFunction must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         3: .line 1021
            aload 0 /* this */
            aload 1 /* predicate */
            putfield org.springframework.web.servlet.function.RouterFunctions$DefaultNestedRouterFunction.predicate:Lorg/springframework/web/servlet/function/RequestPredicate;
         4: .line 1022
            aload 0 /* this */
            aload 2 /* routerFunction */
            putfield org.springframework.web.servlet.function.RouterFunctions$DefaultNestedRouterFunction.routerFunction:Lorg/springframework/web/servlet/function/RouterFunction;
         5: .line 1023
            return
        end local 2 // org.springframework.web.servlet.function.RouterFunction routerFunction
        end local 1 // org.springframework.web.servlet.function.RequestPredicate predicate
        end local 0 // org.springframework.web.servlet.function.RouterFunctions$DefaultNestedRouterFunction this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/springframework/web/servlet/function/RouterFunctions$DefaultNestedRouterFunction<TT;>;
            0    6     1       predicate  Lorg/springframework/web/servlet/function/RequestPredicate;
            0    6     2  routerFunction  Lorg/springframework/web/servlet/function/RouterFunction<TT;>;
    Signature: (Lorg/springframework/web/servlet/function/RequestPredicate;Lorg/springframework/web/servlet/function/RouterFunction<TT;>;)V
    MethodParameters:
                Name  Flags
      predicate       
      routerFunction  

  public java.util.Optional<org.springframework.web.servlet.function.HandlerFunction<T>> route(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.RouterFunctions$DefaultNestedRouterFunction this
        start local 1 // org.springframework.web.servlet.function.ServerRequest serverRequest
         0: .line 1027
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RouterFunctions$DefaultNestedRouterFunction.predicate:Lorg/springframework/web/servlet/function/RequestPredicate;
            aload 1 /* serverRequest */
            invokeinterface org.springframework.web.servlet.function.RequestPredicate.nest:(Lorg/springframework/web/servlet/function/ServerRequest;)Ljava/util/Optional;
         1: .line 1028
            aload 0 /* this */
            aload 1 /* serverRequest */
            invokedynamic apply(Lorg/springframework/web/servlet/function/RouterFunctions$DefaultNestedRouterFunction;Lorg/springframework/web/servlet/function/ServerRequest;)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/RouterFunctions$DefaultNestedRouterFunction.lambda$0(Lorg/springframework/web/servlet/function/ServerRequest;Lorg/springframework/web/servlet/function/ServerRequest;)Ljava/util/Optional; (7)
                  (Lorg/springframework/web/servlet/function/ServerRequest;)Ljava/util/Optional;
            invokevirtual java.util.Optional.map:(Ljava/util/function/Function;)Ljava/util/Optional;
         2: .line 1044
            invokedynamic get()Ljava/util/function/Supplier;
              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;
                  java/util/Optional.empty()Ljava/util/Optional; (6)
                  ()Ljava/util/Optional;
            invokevirtual java.util.Optional.orElseGet:(Ljava/util/function/Supplier;)Ljava/lang/Object;
            checkcast java.util.Optional
         3: .line 1027
            areturn
        end local 1 // org.springframework.web.servlet.function.ServerRequest serverRequest
        end local 0 // org.springframework.web.servlet.function.RouterFunctions$DefaultNestedRouterFunction this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/springframework/web/servlet/function/RouterFunctions$DefaultNestedRouterFunction<TT;>;
            0    4     1  serverRequest  Lorg/springframework/web/servlet/function/ServerRequest;
    Signature: (Lorg/springframework/web/servlet/function/ServerRequest;)Ljava/util/Optional<Lorg/springframework/web/servlet/function/HandlerFunction<TT;>;>;
    MethodParameters:
               Name  Flags
      serverRequest  

  public void accept(org.springframework.web.servlet.function.RouterFunctions$Visitor);
    descriptor: (Lorg/springframework/web/servlet/function/RouterFunctions$Visitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.RouterFunctions$DefaultNestedRouterFunction this
        start local 1 // org.springframework.web.servlet.function.RouterFunctions$Visitor visitor
         0: .line 1050
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RouterFunctions$DefaultNestedRouterFunction.predicate:Lorg/springframework/web/servlet/function/RequestPredicate;
            invokeinterface org.springframework.web.servlet.function.RouterFunctions$Visitor.startNested:(Lorg/springframework/web/servlet/function/RequestPredicate;)V
         1: .line 1051
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RouterFunctions$DefaultNestedRouterFunction.routerFunction:Lorg/springframework/web/servlet/function/RouterFunction;
            aload 1 /* visitor */
            invokeinterface org.springframework.web.servlet.function.RouterFunction.accept:(Lorg/springframework/web/servlet/function/RouterFunctions$Visitor;)V
         2: .line 1052
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RouterFunctions$DefaultNestedRouterFunction.predicate:Lorg/springframework/web/servlet/function/RequestPredicate;
            invokeinterface org.springframework.web.servlet.function.RouterFunctions$Visitor.endNested:(Lorg/springframework/web/servlet/function/RequestPredicate;)V
         3: .line 1053
            return
        end local 1 // org.springframework.web.servlet.function.RouterFunctions$Visitor visitor
        end local 0 // org.springframework.web.servlet.function.RouterFunctions$DefaultNestedRouterFunction this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/springframework/web/servlet/function/RouterFunctions$DefaultNestedRouterFunction<TT;>;
            0    4     1  visitor  Lorg/springframework/web/servlet/function/RouterFunctions$Visitor;
    MethodParameters:
         Name  Flags
      visitor  

  private java.util.Optional lambda$0(org.springframework.web.servlet.function.ServerRequest, org.springframework.web.servlet.function.ServerRequest);
    descriptor: (Lorg/springframework/web/servlet/function/ServerRequest;Lorg/springframework/web/servlet/function/ServerRequest;)Ljava/util/Optional;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.springframework.web.servlet.function.RouterFunctions$DefaultNestedRouterFunction this
        start local 2 // org.springframework.web.servlet.function.ServerRequest nestedRequest
         0: .line 1029
            getstatic org.springframework.web.servlet.function.RouterFunctions.logger:Lorg/apache/commons/logging/Log;
            invokeinterface org.apache.commons.logging.Log.isTraceEnabled:()Z
            ifeq 6
         1: .line 1030
            getstatic org.springframework.web.servlet.function.RouterFunctions.logger:Lorg/apache/commons/logging/Log;
         2: .line 1032
            ldc "Nested predicate \"%s\" matches against \"%s\""
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 1033
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RouterFunctions$DefaultNestedRouterFunction.predicate:Lorg/springframework/web/servlet/function/RequestPredicate;
            aastore
            dup
            iconst_1
            aload 1
            aastore
         4: .line 1031
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         5: .line 1030
            invokeinterface org.apache.commons.logging.Log.trace:(Ljava/lang/Object;)V
         6: .line 1036
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RouterFunctions$DefaultNestedRouterFunction.routerFunction:Lorg/springframework/web/servlet/function/RouterFunction;
            aload 2 /* nestedRequest */
            invokeinterface org.springframework.web.servlet.function.RouterFunction.route:(Lorg/springframework/web/servlet/function/ServerRequest;)Ljava/util/Optional;
         7: .line 1035
            astore 3 /* result */
        start local 3 // java.util.Optional result
         8: .line 1037
            aload 3 /* result */
            invokevirtual java.util.Optional.isPresent:()Z
            ifeq 11
            aload 2 /* nestedRequest */
            aload 1
            if_acmpeq 11
         9: .line 1038
            aload 1
            invokeinterface org.springframework.web.servlet.function.ServerRequest.attributes:()Ljava/util/Map;
            invokeinterface java.util.Map.clear:()V
        10: .line 1039
            aload 1
            invokeinterface org.springframework.web.servlet.function.ServerRequest.attributes:()Ljava/util/Map;
            aload 2 /* nestedRequest */
            invokeinterface org.springframework.web.servlet.function.ServerRequest.attributes:()Ljava/util/Map;
            invokeinterface java.util.Map.putAll:(Ljava/util/Map;)V
        11: .line 1041
      StackMap locals: java.util.Optional
      StackMap stack:
            aload 3 /* result */
            areturn
        end local 3 // java.util.Optional result
        end local 2 // org.springframework.web.servlet.function.ServerRequest nestedRequest
        end local 0 // org.springframework.web.servlet.function.RouterFunctions$DefaultNestedRouterFunction this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Lorg/springframework/web/servlet/function/RouterFunctions$DefaultNestedRouterFunction<TT;>;
            0   12     2  nestedRequest  Lorg/springframework/web/servlet/function/ServerRequest;
            8   12     3         result  Ljava/util/Optional<Lorg/springframework/web/servlet/function/HandlerFunction<TT;>;>;
}
Signature: <T::Lorg/springframework/web/servlet/function/ServerResponse;>Lorg/springframework/web/servlet/function/RouterFunctions$AbstractRouterFunction<TT;>;
SourceFile: "RouterFunctions.java"
NestHost: org.springframework.web.servlet.function.RouterFunctions
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  abstract AbstractRouterFunction = org.springframework.web.servlet.function.RouterFunctions$AbstractRouterFunction of org.springframework.web.servlet.function.RouterFunctions
  private final DefaultNestedRouterFunction = org.springframework.web.servlet.function.RouterFunctions$DefaultNestedRouterFunction of org.springframework.web.servlet.function.RouterFunctions
  public abstract Visitor = org.springframework.web.servlet.function.RouterFunctions$Visitor of org.springframework.web.servlet.function.RouterFunctions