public interface org.hamcrest.Condition$Step<I, O>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hamcrest.Condition$Step
  super_class: java.lang.Object
{
  public abstract org.hamcrest.Condition<O> apply(I, org.hamcrest.Description);
    descriptor: (Ljava/lang/Object;Lorg/hamcrest/Description;)Lorg/hamcrest/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TI;Lorg/hamcrest/Description;)Lorg/hamcrest/Condition<TO;>;
    MethodParameters:
          Name  Flags
      value     
      mismatch  
}
Signature: <I:Ljava/lang/Object;O:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Condition.java"
NestHost: org.hamcrest.Condition
InnerClasses:
  public abstract Step = org.hamcrest.Condition$Step of org.hamcrest.Condition