public interface org.eclipse.collections.impl.block.predicate.CodePointPredicate 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.CodePointPredicate
  super_class: java.lang.Object
{
  public static final org.eclipse.collections.impl.block.predicate.CodePointPredicate IS_UPPERCASE;
    descriptor: Lorg/eclipse/collections/impl/block/predicate/CodePointPredicate;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

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

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

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

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

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

  public static final org.eclipse.collections.impl.block.predicate.CodePointPredicate IS_BMP;
    descriptor: Lorg/eclipse/collections/impl/block/predicate/CodePointPredicate;
    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 21
            new org.eclipse.collections.impl.block.predicate.CodePointPredicate$1
            dup
            invokespecial org.eclipse.collections.impl.block.predicate.CodePointPredicate$1.<init>:()V
            putstatic org.eclipse.collections.impl.block.predicate.CodePointPredicate.IS_UPPERCASE:Lorg/eclipse/collections/impl/block/predicate/CodePointPredicate;
         1: .line 31
            new org.eclipse.collections.impl.block.predicate.CodePointPredicate$2
            dup
            invokespecial org.eclipse.collections.impl.block.predicate.CodePointPredicate$2.<init>:()V
            putstatic org.eclipse.collections.impl.block.predicate.CodePointPredicate.IS_LOWERCASE:Lorg/eclipse/collections/impl/block/predicate/CodePointPredicate;
         2: .line 41
            new org.eclipse.collections.impl.block.predicate.CodePointPredicate$3
            dup
            invokespecial org.eclipse.collections.impl.block.predicate.CodePointPredicate$3.<init>:()V
            putstatic org.eclipse.collections.impl.block.predicate.CodePointPredicate.IS_DIGIT:Lorg/eclipse/collections/impl/block/predicate/CodePointPredicate;
         3: .line 51
            new org.eclipse.collections.impl.block.predicate.CodePointPredicate$4
            dup
            invokespecial org.eclipse.collections.impl.block.predicate.CodePointPredicate$4.<init>:()V
            putstatic org.eclipse.collections.impl.block.predicate.CodePointPredicate.IS_LETTER:Lorg/eclipse/collections/impl/block/predicate/CodePointPredicate;
         4: .line 61
            new org.eclipse.collections.impl.block.predicate.CodePointPredicate$5
            dup
            invokespecial org.eclipse.collections.impl.block.predicate.CodePointPredicate$5.<init>:()V
            putstatic org.eclipse.collections.impl.block.predicate.CodePointPredicate.IS_LETTER_OR_DIGIT:Lorg/eclipse/collections/impl/block/predicate/CodePointPredicate;
         5: .line 71
            new org.eclipse.collections.impl.block.predicate.CodePointPredicate$6
            dup
            invokespecial org.eclipse.collections.impl.block.predicate.CodePointPredicate$6.<init>:()V
            putstatic org.eclipse.collections.impl.block.predicate.CodePointPredicate.IS_WHITESPACE:Lorg/eclipse/collections/impl/block/predicate/CodePointPredicate;
         6: .line 81
            new org.eclipse.collections.impl.block.predicate.CodePointPredicate$7
            dup
            invokespecial org.eclipse.collections.impl.block.predicate.CodePointPredicate$7.<init>:()V
            putstatic org.eclipse.collections.impl.block.predicate.CodePointPredicate.IS_UNDEFINED:Lorg/eclipse/collections/impl/block/predicate/CodePointPredicate;
         7: .line 91
            new org.eclipse.collections.impl.block.predicate.CodePointPredicate$8
            dup
            invokespecial org.eclipse.collections.impl.block.predicate.CodePointPredicate$8.<init>:()V
            putstatic org.eclipse.collections.impl.block.predicate.CodePointPredicate.IS_BMP:Lorg/eclipse/collections/impl/block/predicate/CodePointPredicate;
         8: .line 99
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract boolean accept(int);
    descriptor: (I)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      codePoint  
}
SourceFile: "CodePointPredicate.java"
NestMembers:
  org.eclipse.collections.impl.block.predicate.CodePointPredicate$1  org.eclipse.collections.impl.block.predicate.CodePointPredicate$2  org.eclipse.collections.impl.block.predicate.CodePointPredicate$3  org.eclipse.collections.impl.block.predicate.CodePointPredicate$4  org.eclipse.collections.impl.block.predicate.CodePointPredicate$5  org.eclipse.collections.impl.block.predicate.CodePointPredicate$6  org.eclipse.collections.impl.block.predicate.CodePointPredicate$7  org.eclipse.collections.impl.block.predicate.CodePointPredicate$8
InnerClasses:
  org.eclipse.collections.impl.block.predicate.CodePointPredicate$1
  org.eclipse.collections.impl.block.predicate.CodePointPredicate$2
  org.eclipse.collections.impl.block.predicate.CodePointPredicate$3
  org.eclipse.collections.impl.block.predicate.CodePointPredicate$4
  org.eclipse.collections.impl.block.predicate.CodePointPredicate$5
  org.eclipse.collections.impl.block.predicate.CodePointPredicate$6
  org.eclipse.collections.impl.block.predicate.CodePointPredicate$7
  org.eclipse.collections.impl.block.predicate.CodePointPredicate$8