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

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

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

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

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

  private static final org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate ALWAYS_FALSE;
    descriptor: Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
    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 20
            new org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$IsTrueBooleanPredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$IsTrueBooleanPredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_TRUE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
         1: .line 21
            new org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$IsFalseBooleanPredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$IsFalseBooleanPredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_FALSE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
         2: .line 22
            new org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$FalsePredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$FalsePredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.FALSE_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
         3: .line 23
            new org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$TruePredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$TruePredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.TRUE_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
         4: .line 24
            new org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$AlwaysTrueBooleanPredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$AlwaysTrueBooleanPredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.ALWAYS_TRUE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
         5: .line 25
            new org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$AlwaysFalseBooleanPredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$AlwaysFalseBooleanPredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.ALWAYS_FALSE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            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.BooleanPredicates this
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 29
            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.BooleanPredicates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/block/factory/primitive/BooleanPredicates;

  public static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate equal(boolean);
    descriptor: (Z)Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // boolean expected
         0: .line 35
            iload 0 /* expected */
            ifeq 1
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_TRUE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_FALSE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate
         2: areturn
        end local 0 // boolean expected
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  expected  Z
    MethodParameters:
          Name  Flags
      expected  

  public static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate not(boolean);
    descriptor: (Z)Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // boolean expected
         0: .line 40
            iload 0 /* expected */
            ifeq 1
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_FALSE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_TRUE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate
         2: areturn
        end local 0 // boolean expected
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  expected  Z
    MethodParameters:
          Name  Flags
      expected  

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

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

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

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

  public static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate and(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate, org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate one
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate two
         0: .line 65
            aload 0 /* one */
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_TRUE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            if_acmpne 2
            aload 1 /* two */
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_TRUE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            if_acmpne 2
         1: .line 67
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_TRUE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            areturn
         2: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* one */
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_FALSE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            if_acmpne 3
            aload 1 /* two */
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_TRUE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            if_acmpeq 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* one */
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_TRUE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            if_acmpne 5
            aload 1 /* two */
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_FALSE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            if_acmpne 5
         4: .line 71
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.FALSE_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            areturn
         5: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* one */
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_FALSE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            if_acmpne 7
            aload 1 /* two */
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_FALSE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            if_acmpne 7
         6: .line 75
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_FALSE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            areturn
         7: .line 77
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$AndBooleanPredicate
            dup
            aload 0 /* one */
            aload 1 /* two */
            invokespecial org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$AndBooleanPredicate.<init>:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate two
        end local 0 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate one
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0   one  Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            0    8     1   two  Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
    MethodParameters:
      Name  Flags
      one   
      two   

  public static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate or(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate, org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate one
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate two
         0: .line 82
            aload 0 /* one */
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_TRUE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            if_acmpne 2
            aload 1 /* two */
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_TRUE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            if_acmpne 2
         1: .line 84
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_TRUE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            areturn
         2: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* one */
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_FALSE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            if_acmpne 3
            aload 1 /* two */
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_TRUE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            if_acmpeq 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* one */
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_TRUE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            if_acmpne 5
            aload 1 /* two */
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_FALSE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            if_acmpne 5
         4: .line 88
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.TRUE_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            areturn
         5: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* one */
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_FALSE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            if_acmpne 7
            aload 1 /* two */
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_FALSE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            if_acmpne 7
         6: .line 92
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_FALSE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            areturn
         7: .line 94
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$OrBooleanPredicate
            dup
            aload 0 /* one */
            aload 1 /* two */
            invokespecial org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$OrBooleanPredicate.<init>:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate two
        end local 0 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate one
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0   one  Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            0    8     1   two  Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
    MethodParameters:
      Name  Flags
      one   
      two   

  public static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate not(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate negate
         0: .line 99
            aload 0 /* negate */
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_TRUE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            if_acmpne 2
         1: .line 101
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_FALSE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            areturn
         2: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* negate */
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_FALSE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            if_acmpne 4
         3: .line 105
            getstatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IS_TRUE_BOOLEAN_PREDICATE:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            areturn
         4: .line 107
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$NotBooleanPredicate
            dup
            aload 0 /* negate */
            invokespecial org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$NotBooleanPredicate.<init>:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)V
            areturn
        end local 0 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate negate
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0  negate  Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
    MethodParameters:
        Name  Flags
      negate  
}
SourceFile: "BooleanPredicates.java"
NestMembers:
  org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$AlwaysFalseBooleanPredicate  org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$AlwaysTrueBooleanPredicate  org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$AndBooleanPredicate  org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$FalsePredicate  org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$IsFalseBooleanPredicate  org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$IsTrueBooleanPredicate  org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$NotBooleanPredicate  org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$OrBooleanPredicate  org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$TruePredicate
InnerClasses:
  private final AlwaysFalseBooleanPredicate = org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$AlwaysFalseBooleanPredicate of org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates
  private final AlwaysTrueBooleanPredicate = org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$AlwaysTrueBooleanPredicate of org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates
  private final AndBooleanPredicate = org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$AndBooleanPredicate of org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates
  private final FalsePredicate = org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$FalsePredicate of org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates
  private final IsFalseBooleanPredicate = org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$IsFalseBooleanPredicate of org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates
  private final IsTrueBooleanPredicate = org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$IsTrueBooleanPredicate of org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates
  private final NotBooleanPredicate = org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$NotBooleanPredicate of org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates
  private final OrBooleanPredicate = org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$OrBooleanPredicate of org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates
  private final TruePredicate = org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates$TruePredicate of org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates