public final class org.eclipse.collections.impl.block.factory.primitive.LongPredicates
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.block.factory.primitive.LongPredicates
  super_class: java.lang.Object
{
  private static final org.eclipse.collections.impl.block.factory.primitive.LongPredicates$LongIsEvenPredicate IS_EVEN;
    descriptor: Lorg/eclipse/collections/impl/block/factory/primitive/LongPredicates$LongIsEvenPredicate;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.eclipse.collections.impl.block.factory.primitive.LongPredicates$LongIsOddPredicate IS_ODD;
    descriptor: Lorg/eclipse/collections/impl/block/factory/primitive/LongPredicates$LongIsOddPredicate;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.eclipse.collections.api.block.predicate.primitive.LongPredicate ALWAYS_TRUE;
    descriptor: Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.eclipse.collections.api.block.predicate.primitive.LongPredicate ALWAYS_FALSE;
    descriptor: Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 21
            new org.eclipse.collections.impl.block.factory.primitive.LongPredicates$LongIsEvenPredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.LongPredicates$LongIsEvenPredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.LongPredicates.IS_EVEN:Lorg/eclipse/collections/impl/block/factory/primitive/LongPredicates$LongIsEvenPredicate;
         1: .line 22
            new org.eclipse.collections.impl.block.factory.primitive.LongPredicates$LongIsOddPredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.LongPredicates$LongIsOddPredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.LongPredicates.IS_ODD:Lorg/eclipse/collections/impl/block/factory/primitive/LongPredicates$LongIsOddPredicate;
         2: .line 23
            new org.eclipse.collections.impl.block.factory.primitive.LongPredicates$AlwaysTrueLongPredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.LongPredicates$AlwaysTrueLongPredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.LongPredicates.ALWAYS_TRUE:Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
         3: .line 24
            new org.eclipse.collections.impl.block.factory.primitive.LongPredicates$AlwaysFalseLongPredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.LongPredicates$AlwaysFalseLongPredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.LongPredicates.ALWAYS_FALSE:Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.block.factory.primitive.LongPredicates this
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 28
            new java.lang.AssertionError
            dup
            ldc "Suppress default constructor for noninstantiability"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 0 // org.eclipse.collections.impl.block.factory.primitive.LongPredicates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/block/factory/primitive/LongPredicates;

  public static org.eclipse.collections.api.block.predicate.primitive.LongPredicate equal(long);
    descriptor: (J)Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // long expected
         0: .line 34
            new org.eclipse.collections.impl.block.factory.primitive.LongPredicates$EqualsLongPredicate
            dup
            lload 0 /* expected */
            invokespecial org.eclipse.collections.impl.block.factory.primitive.LongPredicates$EqualsLongPredicate.<init>:(J)V
            areturn
        end local 0 // long expected
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  expected  J
    MethodParameters:
          Name  Flags
      expected  

  public static org.eclipse.collections.api.block.predicate.primitive.LongPredicate lessThan(long);
    descriptor: (J)Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // long expected
         0: .line 39
            new org.eclipse.collections.impl.block.factory.primitive.LongPredicates$LessThanLongPredicate
            dup
            lload 0 /* expected */
            invokespecial org.eclipse.collections.impl.block.factory.primitive.LongPredicates$LessThanLongPredicate.<init>:(J)V
            areturn
        end local 0 // long expected
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  expected  J
    MethodParameters:
          Name  Flags
      expected  

  public static org.eclipse.collections.api.block.predicate.primitive.LongPredicate greaterThan(long);
    descriptor: (J)Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // long expected
         0: .line 44
            new org.eclipse.collections.impl.block.factory.primitive.LongPredicates$GreaterThanLongPredicate
            dup
            lload 0 /* expected */
            invokespecial org.eclipse.collections.impl.block.factory.primitive.LongPredicates$GreaterThanLongPredicate.<init>:(J)V
            areturn
        end local 0 // long expected
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  expected  J
    MethodParameters:
          Name  Flags
      expected  

  public static org.eclipse.collections.api.block.predicate.primitive.LongPredicate isEven();
    descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 49
            getstatic org.eclipse.collections.impl.block.factory.primitive.LongPredicates.IS_EVEN:Lorg/eclipse/collections/impl/block/factory/primitive/LongPredicates$LongIsEvenPredicate;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.eclipse.collections.api.block.predicate.primitive.LongPredicate isOdd();
    descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 54
            getstatic org.eclipse.collections.impl.block.factory.primitive.LongPredicates.IS_ODD:Lorg/eclipse/collections/impl/block/factory/primitive/LongPredicates$LongIsOddPredicate;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.eclipse.collections.api.block.predicate.primitive.LongPredicate alwaysTrue();
    descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 59
            getstatic org.eclipse.collections.impl.block.factory.primitive.LongPredicates.ALWAYS_TRUE:Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.eclipse.collections.api.block.predicate.primitive.LongPredicate alwaysFalse();
    descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 64
            getstatic org.eclipse.collections.impl.block.factory.primitive.LongPredicates.ALWAYS_FALSE:Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.eclipse.collections.api.block.predicate.primitive.LongPredicate and(org.eclipse.collections.api.block.predicate.primitive.LongPredicate, org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate one
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate two
         0: .line 69
            new org.eclipse.collections.impl.block.factory.primitive.LongPredicates$AndLongPredicate
            dup
            aload 0 /* one */
            aload 1 /* two */
            invokespecial org.eclipse.collections.impl.block.factory.primitive.LongPredicates$AndLongPredicate.<init>:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate two
        end local 0 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate one
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   one  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
            0    1     1   two  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
    MethodParameters:
      Name  Flags
      one   
      two   

  public static org.eclipse.collections.api.block.predicate.primitive.LongPredicate or(org.eclipse.collections.api.block.predicate.primitive.LongPredicate, org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate one
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate two
         0: .line 74
            new org.eclipse.collections.impl.block.factory.primitive.LongPredicates$OrLongPredicate
            dup
            aload 0 /* one */
            aload 1 /* two */
            invokespecial org.eclipse.collections.impl.block.factory.primitive.LongPredicates$OrLongPredicate.<init>:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate two
        end local 0 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate one
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   one  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
            0    1     1   two  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
    MethodParameters:
      Name  Flags
      one   
      two   

  public static org.eclipse.collections.api.block.predicate.primitive.LongPredicate not(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate negate
         0: .line 79
            new org.eclipse.collections.impl.block.factory.primitive.LongPredicates$NotLongPredicate
            dup
            aload 0 /* negate */
            invokespecial org.eclipse.collections.impl.block.factory.primitive.LongPredicates$NotLongPredicate.<init>:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)V
            areturn
        end local 0 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate negate
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  negate  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
    MethodParameters:
        Name  Flags
      negate  
}
SourceFile: "LongPredicates.java"
NestMembers:
  org.eclipse.collections.impl.block.factory.primitive.LongPredicates$AlwaysFalseLongPredicate  org.eclipse.collections.impl.block.factory.primitive.LongPredicates$AlwaysTrueLongPredicate  org.eclipse.collections.impl.block.factory.primitive.LongPredicates$AndLongPredicate  org.eclipse.collections.impl.block.factory.primitive.LongPredicates$EqualsLongPredicate  org.eclipse.collections.impl.block.factory.primitive.LongPredicates$GreaterThanLongPredicate  org.eclipse.collections.impl.block.factory.primitive.LongPredicates$LessThanLongPredicate  org.eclipse.collections.impl.block.factory.primitive.LongPredicates$LongIsEvenPredicate  org.eclipse.collections.impl.block.factory.primitive.LongPredicates$LongIsOddPredicate  org.eclipse.collections.impl.block.factory.primitive.LongPredicates$NotLongPredicate  org.eclipse.collections.impl.block.factory.primitive.LongPredicates$OrLongPredicate
InnerClasses:
  private final AlwaysFalseLongPredicate = org.eclipse.collections.impl.block.factory.primitive.LongPredicates$AlwaysFalseLongPredicate of org.eclipse.collections.impl.block.factory.primitive.LongPredicates
  private final AlwaysTrueLongPredicate = org.eclipse.collections.impl.block.factory.primitive.LongPredicates$AlwaysTrueLongPredicate of org.eclipse.collections.impl.block.factory.primitive.LongPredicates
  private final AndLongPredicate = org.eclipse.collections.impl.block.factory.primitive.LongPredicates$AndLongPredicate of org.eclipse.collections.impl.block.factory.primitive.LongPredicates
  private final EqualsLongPredicate = org.eclipse.collections.impl.block.factory.primitive.LongPredicates$EqualsLongPredicate of org.eclipse.collections.impl.block.factory.primitive.LongPredicates
  private final GreaterThanLongPredicate = org.eclipse.collections.impl.block.factory.primitive.LongPredicates$GreaterThanLongPredicate of org.eclipse.collections.impl.block.factory.primitive.LongPredicates
  private final LessThanLongPredicate = org.eclipse.collections.impl.block.factory.primitive.LongPredicates$LessThanLongPredicate of org.eclipse.collections.impl.block.factory.primitive.LongPredicates
  private final LongIsEvenPredicate = org.eclipse.collections.impl.block.factory.primitive.LongPredicates$LongIsEvenPredicate of org.eclipse.collections.impl.block.factory.primitive.LongPredicates
  private final LongIsOddPredicate = org.eclipse.collections.impl.block.factory.primitive.LongPredicates$LongIsOddPredicate of org.eclipse.collections.impl.block.factory.primitive.LongPredicates
  private final NotLongPredicate = org.eclipse.collections.impl.block.factory.primitive.LongPredicates$NotLongPredicate of org.eclipse.collections.impl.block.factory.primitive.LongPredicates
  private final OrLongPredicate = org.eclipse.collections.impl.block.factory.primitive.LongPredicates$OrLongPredicate of org.eclipse.collections.impl.block.factory.primitive.LongPredicates