public interface org.eclipse.collections.impl.block.predicate.primitive.CharPredicate extends java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.collections.impl.block.predicate.primitive.CharPredicate
  super_class: java.lang.Object
{
  public static final org.eclipse.collections.impl.block.predicate.primitive.CharPredicate IS_UPPERCASE;
    descriptor: Lorg/eclipse/collections/impl/block/predicate/primitive/CharPredicate;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.eclipse.collections.impl.block.predicate.primitive.CharPredicate IS_LOWERCASE;
    descriptor: Lorg/eclipse/collections/impl/block/predicate/primitive/CharPredicate;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.eclipse.collections.impl.block.predicate.primitive.CharPredicate IS_DIGIT;
    descriptor: Lorg/eclipse/collections/impl/block/predicate/primitive/CharPredicate;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.eclipse.collections.impl.block.predicate.primitive.CharPredicate IS_DIGIT_OR_DOT;
    descriptor: Lorg/eclipse/collections/impl/block/predicate/primitive/CharPredicate;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.eclipse.collections.impl.block.predicate.primitive.CharPredicate IS_LETTER;
    descriptor: Lorg/eclipse/collections/impl/block/predicate/primitive/CharPredicate;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.eclipse.collections.impl.block.predicate.primitive.CharPredicate IS_LETTER_OR_DIGIT;
    descriptor: Lorg/eclipse/collections/impl/block/predicate/primitive/CharPredicate;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.eclipse.collections.impl.block.predicate.primitive.CharPredicate IS_WHITESPACE;
    descriptor: Lorg/eclipse/collections/impl/block/predicate/primitive/CharPredicate;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.eclipse.collections.impl.block.predicate.primitive.CharPredicate IS_UNDEFINED;
    descriptor: Lorg/eclipse/collections/impl/block/predicate/primitive/CharPredicate;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 24
            new org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$1
            dup
            invokespecial org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$1.<init>:()V
            putstatic org.eclipse.collections.impl.block.predicate.primitive.CharPredicate.IS_UPPERCASE:Lorg/eclipse/collections/impl/block/predicate/primitive/CharPredicate;
         1: .line 34
            new org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$2
            dup
            invokespecial org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$2.<init>:()V
            putstatic org.eclipse.collections.impl.block.predicate.primitive.CharPredicate.IS_LOWERCASE:Lorg/eclipse/collections/impl/block/predicate/primitive/CharPredicate;
         2: .line 44
            new org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$3
            dup
            invokespecial org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$3.<init>:()V
            putstatic org.eclipse.collections.impl.block.predicate.primitive.CharPredicate.IS_DIGIT:Lorg/eclipse/collections/impl/block/predicate/primitive/CharPredicate;
         3: .line 54
            new org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$4
            dup
            invokespecial org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$4.<init>:()V
            putstatic org.eclipse.collections.impl.block.predicate.primitive.CharPredicate.IS_DIGIT_OR_DOT:Lorg/eclipse/collections/impl/block/predicate/primitive/CharPredicate;
         4: .line 64
            new org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$5
            dup
            invokespecial org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$5.<init>:()V
            putstatic org.eclipse.collections.impl.block.predicate.primitive.CharPredicate.IS_LETTER:Lorg/eclipse/collections/impl/block/predicate/primitive/CharPredicate;
         5: .line 74
            new org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$6
            dup
            invokespecial org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$6.<init>:()V
            putstatic org.eclipse.collections.impl.block.predicate.primitive.CharPredicate.IS_LETTER_OR_DIGIT:Lorg/eclipse/collections/impl/block/predicate/primitive/CharPredicate;
         6: .line 84
            new org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$7
            dup
            invokespecial org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$7.<init>:()V
            putstatic org.eclipse.collections.impl.block.predicate.primitive.CharPredicate.IS_WHITESPACE:Lorg/eclipse/collections/impl/block/predicate/primitive/CharPredicate;
         7: .line 94
            new org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$8
            dup
            invokespecial org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$8.<init>:()V
            putstatic org.eclipse.collections.impl.block.predicate.primitive.CharPredicate.IS_UNDEFINED:Lorg/eclipse/collections/impl/block/predicate/primitive/CharPredicate;
         8: .line 102
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract boolean accept(char);
    descriptor: (C)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      character  
}
SourceFile: "CharPredicate.java"
NestMembers:
  org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$1  org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$2  org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$3  org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$4  org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$5  org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$6  org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$7  org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$8
InnerClasses:
  org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$1
  org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$2
  org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$3
  org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$4
  org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$5
  org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$6
  org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$7
  org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$8
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()