final class org.hamcrest.Condition$Matched<T> extends org.hamcrest.Condition<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.hamcrest.Condition$Matched
  super_class: org.hamcrest.Condition
{
  private final T theValue;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TT;

  private final org.hamcrest.Description mismatch;
    descriptor: Lorg/hamcrest/Description;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(T, org.hamcrest.Description);
    descriptor: (Ljava/lang/Object;Lorg/hamcrest/Description;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hamcrest.Condition$Matched this
        start local 1 // java.lang.Object theValue
        start local 2 // org.hamcrest.Description mismatch
         0: .line 41
            aload 0 /* this */
            invokespecial org.hamcrest.Condition.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* theValue */
            putfield org.hamcrest.Condition$Matched.theValue:Ljava/lang/Object;
         2: .line 43
            aload 0 /* this */
            aload 2 /* mismatch */
            putfield org.hamcrest.Condition$Matched.mismatch:Lorg/hamcrest/Description;
         3: .line 44
            return
        end local 2 // org.hamcrest.Description mismatch
        end local 1 // java.lang.Object theValue
        end local 0 // org.hamcrest.Condition$Matched this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/hamcrest/Condition$Matched<TT;>;
            0    4     1  theValue  TT;
            0    4     2  mismatch  Lorg/hamcrest/Description;
    Signature: (TT;Lorg/hamcrest/Description;)V
    MethodParameters:
          Name  Flags
      theValue  
      mismatch  

  public boolean matching(org.hamcrest.Matcher<T>, java.lang.String);
    descriptor: (Lorg/hamcrest/Matcher;Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hamcrest.Condition$Matched this
        start local 1 // org.hamcrest.Matcher matcher
        start local 2 // java.lang.String message
         0: .line 48
            aload 1 /* matcher */
            aload 0 /* this */
            getfield org.hamcrest.Condition$Matched.theValue:Ljava/lang/Object;
            invokeinterface org.hamcrest.Matcher.matches:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 49
            iconst_1
            ireturn
         2: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hamcrest.Condition$Matched.mismatch:Lorg/hamcrest/Description;
            aload 2 /* message */
            invokeinterface org.hamcrest.Description.appendText:(Ljava/lang/String;)Lorg/hamcrest/Description;
            pop
         3: .line 52
            aload 1 /* matcher */
            aload 0 /* this */
            getfield org.hamcrest.Condition$Matched.theValue:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.hamcrest.Condition$Matched.mismatch:Lorg/hamcrest/Description;
            invokeinterface org.hamcrest.Matcher.describeMismatch:(Ljava/lang/Object;Lorg/hamcrest/Description;)V
         4: .line 53
            iconst_0
            ireturn
        end local 2 // java.lang.String message
        end local 1 // org.hamcrest.Matcher matcher
        end local 0 // org.hamcrest.Condition$Matched this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/hamcrest/Condition$Matched<TT;>;
            0    5     1  matcher  Lorg/hamcrest/Matcher<TT;>;
            0    5     2  message  Ljava/lang/String;
    Signature: (Lorg/hamcrest/Matcher<TT;>;Ljava/lang/String;)Z
    MethodParameters:
         Name  Flags
      matcher  
      message  

  public <U> org.hamcrest.Condition<U> and(org.hamcrest.Condition$Step<? super T, U>);
    descriptor: (Lorg/hamcrest/Condition$Step;)Lorg/hamcrest/Condition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hamcrest.Condition$Matched this
        start local 1 // org.hamcrest.Condition$Step next
         0: .line 58
            aload 1 /* next */
            aload 0 /* this */
            getfield org.hamcrest.Condition$Matched.theValue:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.hamcrest.Condition$Matched.mismatch:Lorg/hamcrest/Description;
            invokeinterface org.hamcrest.Condition$Step.apply:(Ljava/lang/Object;Lorg/hamcrest/Description;)Lorg/hamcrest/Condition;
            areturn
        end local 1 // org.hamcrest.Condition$Step next
        end local 0 // org.hamcrest.Condition$Matched this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hamcrest/Condition$Matched<TT;>;
            0    1     1  next  Lorg/hamcrest/Condition$Step<-TT;TU;>;
    Signature: <U:Ljava/lang/Object;>(Lorg/hamcrest/Condition$Step<-TT;TU;>;)Lorg/hamcrest/Condition<TU;>;
    MethodParameters:
      Name  Flags
      next  
}
Signature: <T:Ljava/lang/Object;>Lorg/hamcrest/Condition<TT;>;
SourceFile: "Condition.java"
NestHost: org.hamcrest.Condition
InnerClasses:
  private final Matched = org.hamcrest.Condition$Matched of org.hamcrest.Condition
  public abstract Step = org.hamcrest.Condition$Step of org.hamcrest.Condition