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

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

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

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

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

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

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

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

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

  private static final org.eclipse.collections.api.block.predicate.primitive.CharPredicate ALWAYS_FALSE;
    descriptor: Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    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.CharPredicates$IsUpperCaseCharPredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsUpperCaseCharPredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_UPPER_CASE:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsUpperCaseCharPredicate;
         1: .line 22
            new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLowerCaseCharPredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLowerCaseCharPredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_LOWER_CASE:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsLowerCaseCharPredicate;
         2: .line 23
            new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsDigitCharPredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsDigitCharPredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_DIGIT:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsDigitCharPredicate;
         3: .line 24
            new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsDigitOrDotCharPredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsDigitOrDotCharPredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_DIGIT_OR_DOT:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsDigitOrDotCharPredicate;
         4: .line 25
            new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLetterCharPredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLetterCharPredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_LETTER:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsLetterCharPredicate;
         5: .line 26
            new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLetterOrDigitCharPredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLetterOrDigitCharPredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_LETTER_OR_DIGIT:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsLetterOrDigitCharPredicate;
         6: .line 27
            new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsWhiteSpaceCharPredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsWhiteSpaceCharPredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_WHITESPACE:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsWhiteSpaceCharPredicate;
         7: .line 28
            new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsUndefinedCharPredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsUndefinedCharPredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_UNDEFINED:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsUndefinedCharPredicate;
         8: .line 30
            new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AlwaysTrueCharPredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AlwaysTrueCharPredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.ALWAYS_TRUE:Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
         9: .line 31
            new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AlwaysFalseCharPredicate
            dup
            invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AlwaysFalseCharPredicate.<init>:()V
            putstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.ALWAYS_FALSE:Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
            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.CharPredicates this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            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.CharPredicates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates;

  public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate equal(char);
    descriptor: (C)Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // char expected
         0: .line 41
            new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$EqualsCharPredicate
            dup
            iload 0 /* expected */
            invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$EqualsCharPredicate.<init>:(C)V
            areturn
        end local 0 // char expected
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  expected  C
    MethodParameters:
          Name  Flags
      expected  

  public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate lessThan(char);
    descriptor: (C)Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // char expected
         0: .line 46
            new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$LessThanCharPredicate
            dup
            iload 0 /* expected */
            invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$LessThanCharPredicate.<init>:(C)V
            areturn
        end local 0 // char expected
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  expected  C
    MethodParameters:
          Name  Flags
      expected  

  public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate greaterThan(char);
    descriptor: (C)Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // char expected
         0: .line 51
            new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$GreaterThanCharPredicate
            dup
            iload 0 /* expected */
            invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$GreaterThanCharPredicate.<init>:(C)V
            areturn
        end local 0 // char expected
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  expected  C
    MethodParameters:
          Name  Flags
      expected  

  public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isUpperCase();
    descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 56
            getstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_UPPER_CASE:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsUpperCaseCharPredicate;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isLowerCase();
    descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 61
            getstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_LOWER_CASE:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsLowerCaseCharPredicate;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isDigit();
    descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 66
            getstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_DIGIT:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsDigitCharPredicate;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isDigitOrDot();
    descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 71
            getstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_DIGIT_OR_DOT:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsDigitOrDotCharPredicate;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isLetter();
    descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 76
            getstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_LETTER:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsLetterCharPredicate;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isLetterOrDigit();
    descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 81
            getstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_LETTER_OR_DIGIT:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsLetterOrDigitCharPredicate;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isWhitespace();
    descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 86
            getstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_WHITESPACE:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsWhiteSpaceCharPredicate;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate isUndefined();
    descriptor: ()Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 91
            getstatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IS_UNDEFINED:Lorg/eclipse/collections/impl/block/factory/primitive/CharPredicates$IsUndefinedCharPredicate;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

  public static org.eclipse.collections.api.block.predicate.primitive.CharPredicate not(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate negate
         0: .line 116
            new org.eclipse.collections.impl.block.factory.primitive.CharPredicates$NotCharPredicate
            dup
            aload 0 /* negate */
            invokespecial org.eclipse.collections.impl.block.factory.primitive.CharPredicates$NotCharPredicate.<init>:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)V
            areturn
        end local 0 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate negate
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  negate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    MethodParameters:
        Name  Flags
      negate  
}
SourceFile: "CharPredicates.java"
NestMembers:
  org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AlwaysFalseCharPredicate  org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AlwaysTrueCharPredicate  org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AndCharPredicate  org.eclipse.collections.impl.block.factory.primitive.CharPredicates$EqualsCharPredicate  org.eclipse.collections.impl.block.factory.primitive.CharPredicates$GreaterThanCharPredicate  org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsDigitCharPredicate  org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsDigitOrDotCharPredicate  org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLetterCharPredicate  org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLetterOrDigitCharPredicate  org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLowerCaseCharPredicate  org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsUndefinedCharPredicate  org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsUpperCaseCharPredicate  org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsWhiteSpaceCharPredicate  org.eclipse.collections.impl.block.factory.primitive.CharPredicates$LessThanCharPredicate  org.eclipse.collections.impl.block.factory.primitive.CharPredicates$NotCharPredicate  org.eclipse.collections.impl.block.factory.primitive.CharPredicates$OrCharPredicate
InnerClasses:
  private final AlwaysFalseCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AlwaysFalseCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
  private final AlwaysTrueCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AlwaysTrueCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
  private final AndCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$AndCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
  private final EqualsCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$EqualsCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
  private final GreaterThanCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$GreaterThanCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
  private IsDigitCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsDigitCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
  private IsDigitOrDotCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsDigitOrDotCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
  private IsLetterCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLetterCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
  private IsLetterOrDigitCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLetterOrDigitCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
  private IsLowerCaseCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsLowerCaseCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
  private IsUndefinedCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsUndefinedCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
  private IsUpperCaseCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsUpperCaseCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
  private IsWhiteSpaceCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$IsWhiteSpaceCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
  private final LessThanCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$LessThanCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
  private final NotCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$NotCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates
  private final OrCharPredicate = org.eclipse.collections.impl.block.factory.primitive.CharPredicates$OrCharPredicate of org.eclipse.collections.impl.block.factory.primitive.CharPredicates