final class org.springframework.web.servlet.function.RouterFunctions$SameComposedRouterFunction<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$SameComposedRouterFunction
  super_class: org.springframework.web.servlet.function.RouterFunctions$AbstractRouterFunction
{
  private final org.springframework.web.servlet.function.RouterFunction<T> first;
    descriptor: Lorg/springframework/web/servlet/function/RouterFunction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/springframework/web/servlet/function/RouterFunction<TT;>;

  private final org.springframework.web.servlet.function.RouterFunction<T> second;
    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.RouterFunction<T>, org.springframework.web.servlet.function.RouterFunction<T>);
    descriptor: (Lorg/springframework/web/servlet/function/RouterFunction;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$SameComposedRouterFunction this
        start local 1 // org.springframework.web.servlet.function.RouterFunction first
        start local 2 // org.springframework.web.servlet.function.RouterFunction second
         0: .line 880
            aload 0 /* this */
            invokespecial org.springframework.web.servlet.function.RouterFunctions$AbstractRouterFunction.<init>:()V
         1: .line 881
            aload 0 /* this */
            aload 1 /* first */
            putfield org.springframework.web.servlet.function.RouterFunctions$SameComposedRouterFunction.first:Lorg/springframework/web/servlet/function/RouterFunction;
         2: .line 882
            aload 0 /* this */
            aload 2 /* second */
            putfield org.springframework.web.servlet.function.RouterFunctions$SameComposedRouterFunction.second:Lorg/springframework/web/servlet/function/RouterFunction;
         3: .line 883
            return
        end local 2 // org.springframework.web.servlet.function.RouterFunction second
        end local 1 // org.springframework.web.servlet.function.RouterFunction first
        end local 0 // org.springframework.web.servlet.function.RouterFunctions$SameComposedRouterFunction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/springframework/web/servlet/function/RouterFunctions$SameComposedRouterFunction<TT;>;
            0    4     1   first  Lorg/springframework/web/servlet/function/RouterFunction<TT;>;
            0    4     2  second  Lorg/springframework/web/servlet/function/RouterFunction<TT;>;
    Signature: (Lorg/springframework/web/servlet/function/RouterFunction<TT;>;Lorg/springframework/web/servlet/function/RouterFunction<TT;>;)V
    MethodParameters:
        Name  Flags
      first   
      second  

  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=2, locals=3, args_size=2
        start local 0 // org.springframework.web.servlet.function.RouterFunctions$SameComposedRouterFunction this
        start local 1 // org.springframework.web.servlet.function.ServerRequest request
         0: .line 887
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RouterFunctions$SameComposedRouterFunction.first:Lorg/springframework/web/servlet/function/RouterFunction;
            aload 1 /* request */
            invokeinterface org.springframework.web.servlet.function.RouterFunction.route:(Lorg/springframework/web/servlet/function/ServerRequest;)Ljava/util/Optional;
            astore 2 /* firstRoute */
        start local 2 // java.util.Optional firstRoute
         1: .line 888
            aload 2 /* firstRoute */
            invokevirtual java.util.Optional.isPresent:()Z
            ifeq 3
         2: .line 889
            aload 2 /* firstRoute */
            areturn
         3: .line 892
      StackMap locals: java.util.Optional
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RouterFunctions$SameComposedRouterFunction.second:Lorg/springframework/web/servlet/function/RouterFunction;
            aload 1 /* request */
            invokeinterface org.springframework.web.servlet.function.RouterFunction.route:(Lorg/springframework/web/servlet/function/ServerRequest;)Ljava/util/Optional;
            areturn
        end local 2 // java.util.Optional firstRoute
        end local 1 // org.springframework.web.servlet.function.ServerRequest request
        end local 0 // org.springframework.web.servlet.function.RouterFunctions$SameComposedRouterFunction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/springframework/web/servlet/function/RouterFunctions$SameComposedRouterFunction<TT;>;
            0    4     1     request  Lorg/springframework/web/servlet/function/ServerRequest;
            1    4     2  firstRoute  Ljava/util/Optional<Lorg/springframework/web/servlet/function/HandlerFunction<TT;>;>;
    Signature: (Lorg/springframework/web/servlet/function/ServerRequest;)Ljava/util/Optional<Lorg/springframework/web/servlet/function/HandlerFunction<TT;>;>;
    MethodParameters:
         Name  Flags
      request  

  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$SameComposedRouterFunction this
        start local 1 // org.springframework.web.servlet.function.RouterFunctions$Visitor visitor
         0: .line 898
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RouterFunctions$SameComposedRouterFunction.first: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
         1: .line 899
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.RouterFunctions$SameComposedRouterFunction.second: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 900
            return
        end local 1 // org.springframework.web.servlet.function.RouterFunctions$Visitor visitor
        end local 0 // org.springframework.web.servlet.function.RouterFunctions$SameComposedRouterFunction this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/springframework/web/servlet/function/RouterFunctions$SameComposedRouterFunction<TT;>;
            0    3     1  visitor  Lorg/springframework/web/servlet/function/RouterFunctions$Visitor;
    MethodParameters:
         Name  Flags
      visitor  
}
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:
  abstract AbstractRouterFunction = org.springframework.web.servlet.function.RouterFunctions$AbstractRouterFunction of org.springframework.web.servlet.function.RouterFunctions
  final SameComposedRouterFunction = org.springframework.web.servlet.function.RouterFunctions$SameComposedRouterFunction of org.springframework.web.servlet.function.RouterFunctions
  public abstract Visitor = org.springframework.web.servlet.function.RouterFunctions$Visitor of org.springframework.web.servlet.function.RouterFunctions