public interface org.eclipse.collections.api.block.predicate.primitive.IntPredicate extends java.util.function.IntPredicate, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.collections.api.block.predicate.primitive.IntPredicate
  super_class: java.lang.Object
{
  public abstract boolean accept(int);
    descriptor: (I)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public boolean test(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate this
        start local 1 // int value
         0: .line 31
            aload 0 /* this */
            iload 1 /* value */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ireturn
        end local 1 // int value
        end local 0 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "IntPredicate.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()