public abstract class org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable implements org.eclipse.collections.api.LazyCharIterable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;

  public void forEach(org.eclipse.collections.api.block.procedure.primitive.CharProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure
         0: .line 59
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.each:(Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)V
         1: .line 60
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
         0: .line 65
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.alwaysTrue:()Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.count:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)I
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
         0: .line 71
            aload 0 /* this */
            ldc "["
            ldc ", "
            ldc "]"
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
         0: .line 77
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.CharIterableIterate.isEmpty:(Lorg/eclipse/collections/api/CharIterable;)Z
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;

  public boolean notEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
         0: .line 83
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.CharIterableIterate.notEmpty:(Lorg/eclipse/collections/api/CharIterable;)Z
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;

  public java.lang.String makeString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
         0: .line 89
            aload 0 /* this */
            ldc ", "
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.makeString:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;

  public java.lang.String makeString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // java.lang.String separator
         0: .line 95
            aload 0 /* this */
            ldc ""
            aload 1 /* separator */
            ldc ""
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String separator
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  separator  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      separator  

  public java.lang.String makeString(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // java.lang.String start
        start local 2 // java.lang.String separator
        start local 3 // java.lang.String end
         0: .line 101
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 4 /* stringBuilder */
        start local 4 // java.lang.Appendable stringBuilder
         1: .line 102
            aload 0 /* this */
            aload 4 /* stringBuilder */
            aload 1 /* start */
            aload 2 /* separator */
            aload 3 /* end */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 103
            aload 4 /* stringBuilder */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 4 // java.lang.Appendable stringBuilder
        end local 3 // java.lang.String end
        end local 2 // java.lang.String separator
        end local 1 // java.lang.String start
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    3     1          start  Ljava/lang/String;
            0    3     2      separator  Ljava/lang/String;
            0    3     3            end  Ljava/lang/String;
            1    3     4  stringBuilder  Ljava/lang/Appendable;
    MethodParameters:
           Name  Flags
      start      
      separator  
      end        

  public void appendString(java.lang.Appendable);
    descriptor: (Ljava/lang/Appendable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // java.lang.Appendable appendable
         0: .line 109
            aload 0 /* this */
            aload 1 /* appendable */
            ldc ", "
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.appendString:(Ljava/lang/Appendable;Ljava/lang/String;)V
         1: .line 110
            return
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    2     1  appendable  Ljava/lang/Appendable;
    MethodParameters:
            Name  Flags
      appendable  

  public void appendString(java.lang.Appendable, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String separator
         0: .line 115
            aload 0 /* this */
            aload 1 /* appendable */
            ldc ""
            aload 2 /* separator */
            ldc ""
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 116
            return
        end local 2 // java.lang.String separator
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    2     1  appendable  Ljava/lang/Appendable;
            0    2     2   separator  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      appendable  
      separator   

  public void appendString(java.lang.Appendable, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String start
        start local 3 // java.lang.String separator
        start local 4 // java.lang.String end
         0: .line 121
            aload 0 /* this */
            aload 1 /* appendable */
            aload 2 /* start */
            aload 3 /* separator */
            aload 4 /* end */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.CharIterableIterate.appendString:(Lorg/eclipse/collections/api/CharIterable;Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 122
            return
        end local 4 // java.lang.String end
        end local 3 // java.lang.String separator
        end local 2 // java.lang.String start
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    2     1  appendable  Ljava/lang/Appendable;
            0    2     2       start  Ljava/lang/String;
            0    2     3   separator  Ljava/lang/String;
            0    2     4         end  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      appendable  
      start       
      separator   
      end         

  public boolean contains(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // char value
         0: .line 127
            aload 0 /* this */
            iload 1 /* value */
            invokestatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.equal:(C)Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Z
            ireturn
        end local 1 // char value
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  value  C
    MethodParameters:
       Name  Flags
      value  

  public boolean containsAll(char[]);
    descriptor: ([C)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // char[] source
         0: .line 133
            aload 0 /* this */
            getstatic org.eclipse.collections.impl.factory.primitive.CharSets.immutable:Lorg/eclipse/collections/api/factory/set/primitive/ImmutableCharSetFactory;
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.factory.set.primitive.ImmutableCharSetFactory.of:([C)Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.containsAll:(Lorg/eclipse/collections/api/CharIterable;)Z
            ireturn
        end local 1 // char[] source
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  source  [C
    MethodParameters:
        Name  Flags
      source  

  public boolean containsAll(org.eclipse.collections.api.CharIterable);
    descriptor: (Lorg/eclipse/collections/api/CharIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.CharIterable source
         0: .line 139
            aload 1 /* source */
            aload 0 /* this */
            invokedynamic accept(Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;)Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (C)Z
                  org/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable.lambda$0(C)Z (7)
                  (C)Z
                  1
            invokeinterface org.eclipse.collections.api.CharIterable.allSatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.CharIterable source
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  source  Lorg/eclipse/collections/api/CharIterable;
    MethodParameters:
        Name  Flags
      source  

  public org.eclipse.collections.api.LazyCharIterable select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/LazyCharIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
         0: .line 145
            aload 0 /* this */
            aload 1 /* predicate */
            invokestatic org.eclipse.collections.impl.utility.primitive.LazyCharIterate.select:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/LazyCharIterable;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.LazyCharIterable reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/LazyCharIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
         0: .line 151
            aload 0 /* this */
            aload 1 /* predicate */
            invokestatic org.eclipse.collections.impl.block.factory.primitive.CharPredicates.not:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
            invokestatic org.eclipse.collections.impl.utility.primitive.LazyCharIterate.select:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/LazyCharIterable;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.LazyCharIterable tap(org.eclipse.collections.api.block.procedure.primitive.CharProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)Lorg/eclipse/collections/api/LazyCharIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure
         0: .line 157
            aload 0 /* this */
            aload 1 /* procedure */
            invokestatic org.eclipse.collections.impl.utility.primitive.LazyCharIterate.tap:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)Lorg/eclipse/collections/api/LazyCharIterable;
            areturn
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public <V> org.eclipse.collections.api.LazyIterable<V> collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharToObjectFunction function
         0: .line 163
            aload 0 /* this */
            aload 1 /* function */
            invokestatic org.eclipse.collections.impl.utility.primitive.LazyCharIterate.collect:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharToObjectFunction function
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/LazyIterable<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public <V> org.eclipse.collections.api.LazyIterable<V> flatCollect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction<? extends java.lang.Iterable<V>>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharToObjectFunction function
         0: .line 168
            aload 0 /* this */
            aload 1 /* function */
            invokestatic org.eclipse.collections.impl.utility.primitive.LazyCharIterate.flatCollect:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharToObjectFunction function
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<+Ljava/lang/Iterable<TV;>;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<+Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/api/LazyIterable<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.LazyBooleanIterable collectBoolean(org.eclipse.collections.api.block.function.primitive.CharToBooleanFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToBooleanFunction;)Lorg/eclipse/collections/api/LazyBooleanIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharToBooleanFunction function
         0: .line 177
            new org.eclipse.collections.impl.lazy.primitive.CollectCharToBooleanIterable
            dup
            aload 0 /* this */
            aload 1 /* function */
            invokespecial org.eclipse.collections.impl.lazy.primitive.CollectCharToBooleanIterable.<init>:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/function/primitive/CharToBooleanFunction;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharToBooleanFunction function
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/CharToBooleanFunction;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.LazyByteIterable collectByte(org.eclipse.collections.api.block.function.primitive.CharToByteFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToByteFunction;)Lorg/eclipse/collections/api/LazyByteIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharToByteFunction function
         0: .line 186
            new org.eclipse.collections.impl.lazy.primitive.CollectCharToByteIterable
            dup
            aload 0 /* this */
            aload 1 /* function */
            invokespecial org.eclipse.collections.impl.lazy.primitive.CollectCharToByteIterable.<init>:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/function/primitive/CharToByteFunction;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharToByteFunction function
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/CharToByteFunction;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.LazyCharIterable collectChar(org.eclipse.collections.api.block.function.primitive.CharToCharFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToCharFunction;)Lorg/eclipse/collections/api/LazyCharIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharToCharFunction function
         0: .line 195
            new org.eclipse.collections.impl.lazy.primitive.CollectCharToCharIterable
            dup
            aload 0 /* this */
            aload 1 /* function */
            invokespecial org.eclipse.collections.impl.lazy.primitive.CollectCharToCharIterable.<init>:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/function/primitive/CharToCharFunction;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharToCharFunction function
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/CharToCharFunction;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.LazyShortIterable collectShort(org.eclipse.collections.api.block.function.primitive.CharToShortFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToShortFunction;)Lorg/eclipse/collections/api/LazyShortIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharToShortFunction function
         0: .line 204
            new org.eclipse.collections.impl.lazy.primitive.CollectCharToShortIterable
            dup
            aload 0 /* this */
            aload 1 /* function */
            invokespecial org.eclipse.collections.impl.lazy.primitive.CollectCharToShortIterable.<init>:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/function/primitive/CharToShortFunction;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharToShortFunction function
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/CharToShortFunction;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.LazyIntIterable collectInt(org.eclipse.collections.api.block.function.primitive.CharToIntFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToIntFunction;)Lorg/eclipse/collections/api/LazyIntIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharToIntFunction function
         0: .line 213
            new org.eclipse.collections.impl.lazy.primitive.CollectCharToIntIterable
            dup
            aload 0 /* this */
            aload 1 /* function */
            invokespecial org.eclipse.collections.impl.lazy.primitive.CollectCharToIntIterable.<init>:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/function/primitive/CharToIntFunction;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharToIntFunction function
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/CharToIntFunction;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.LazyFloatIterable collectFloat(org.eclipse.collections.api.block.function.primitive.CharToFloatFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToFloatFunction;)Lorg/eclipse/collections/api/LazyFloatIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharToFloatFunction function
         0: .line 222
            new org.eclipse.collections.impl.lazy.primitive.CollectCharToFloatIterable
            dup
            aload 0 /* this */
            aload 1 /* function */
            invokespecial org.eclipse.collections.impl.lazy.primitive.CollectCharToFloatIterable.<init>:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/function/primitive/CharToFloatFunction;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharToFloatFunction function
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/CharToFloatFunction;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.LazyLongIterable collectLong(org.eclipse.collections.api.block.function.primitive.CharToLongFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToLongFunction;)Lorg/eclipse/collections/api/LazyLongIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharToLongFunction function
         0: .line 231
            new org.eclipse.collections.impl.lazy.primitive.CollectCharToLongIterable
            dup
            aload 0 /* this */
            aload 1 /* function */
            invokespecial org.eclipse.collections.impl.lazy.primitive.CollectCharToLongIterable.<init>:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/function/primitive/CharToLongFunction;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharToLongFunction function
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/CharToLongFunction;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.LazyDoubleIterable collectDouble(org.eclipse.collections.api.block.function.primitive.CharToDoubleFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToDoubleFunction;)Lorg/eclipse/collections/api/LazyDoubleIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharToDoubleFunction function
         0: .line 240
            new org.eclipse.collections.impl.lazy.primitive.CollectCharToDoubleIterable
            dup
            aload 0 /* this */
            aload 1 /* function */
            invokespecial org.eclipse.collections.impl.lazy.primitive.CollectCharToDoubleIterable.<init>:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/function/primitive/CharToDoubleFunction;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharToDoubleFunction function
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/CharToDoubleFunction;
    MethodParameters:
          Name  Flags
      function  

  public char detectIfNone(org.eclipse.collections.api.block.predicate.primitive.CharPredicate, char);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;C)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        start local 2 // char ifNone
         0: .line 246
            aload 0 /* this */
            aload 1 /* predicate */
            iload 2 /* ifNone */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.CharIterableIterate.detectIfNone:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;C)C
            ireturn
        end local 2 // char ifNone
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
            0    1     2     ifNone  C
    MethodParameters:
           Name  Flags
      predicate  
      ifNone     

  public int count(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
         0: .line 252
            aload 0 /* this */
            aload 1 /* predicate */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.CharIterableIterate.count:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)I
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
         0: .line 258
            aload 0 /* this */
            aload 1 /* predicate */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.CharIterableIterate.anySatisfy:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
         0: .line 264
            aload 0 /* this */
            aload 1 /* predicate */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.CharIterableIterate.allSatisfy:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
         0: .line 270
            aload 0 /* this */
            aload 1 /* predicate */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.CharIterableIterate.noneSatisfy:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public <T> T injectInto(T, org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction<? super T, ? extends T>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectCharToObjectFunction;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction function
         0: .line 276
            aload 0 /* this */
            aload 1 /* injectedValue */
            aload 2 /* function */
            invokestatic org.eclipse.collections.impl.utility.internal.primitive.CharIterableIterate.injectInto:(Lorg/eclipse/collections/api/CharIterable;Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectCharToObjectFunction;)Ljava/lang/Object;
            areturn
        end local 2 // org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  injectedValue  TT;
            0    1     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectCharToObjectFunction<-TT;+TT;>;
    Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectCharToObjectFunction<-TT;+TT;>;)TT;
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.CharIterable> chunk(int);
    descriptor: (I)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // int size
         0: .line 282
            new org.eclipse.collections.impl.lazy.primitive.ChunkCharIterable
            dup
            aload 0 /* this */
            iload 1 /* size */
            invokespecial org.eclipse.collections.impl.lazy.primitive.ChunkCharIterable.<init>:(Lorg/eclipse/collections/api/CharIterable;I)V
            areturn
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  size  I
    Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/CharIterable;>;
    MethodParameters:
      Name  Flags
      size  

  public char[] toArray();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
         0: .line 288
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.toList:()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.toArray:()[C
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;

  public org.eclipse.collections.api.list.primitive.MutableCharList toList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
         0: .line 294
            new org.eclipse.collections.impl.list.mutable.primitive.CharArrayList
            dup
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.CharArrayList.<init>:()V
            astore 1 /* list */
        start local 1 // org.eclipse.collections.api.list.primitive.MutableCharList list
         1: .line 295
            aload 0 /* this */
            aload 1 /* list */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic value(Lorg/eclipse/collections/api/list/primitive/MutableCharList;)Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (C)V
                  org/eclipse/collections/api/collection/primitive/MutableCharCollection.add(C)Z (9 itf)
                  (C)V
                  1
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)V
         2: .line 296
            aload 1 /* list */
            areturn
        end local 1 // org.eclipse.collections.api.list.primitive.MutableCharList list
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            1    3     1  list  Lorg/eclipse/collections/api/list/primitive/MutableCharList;

  public org.eclipse.collections.api.set.primitive.MutableCharSet toSet();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableCharSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
         0: .line 302
            new org.eclipse.collections.impl.set.mutable.primitive.CharHashSet
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.<init>:()V
            astore 1 /* set */
        start local 1 // org.eclipse.collections.api.set.primitive.MutableCharSet set
         1: .line 303
            aload 0 /* this */
            aload 1 /* set */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic value(Lorg/eclipse/collections/api/set/primitive/MutableCharSet;)Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (C)V
                  org/eclipse/collections/api/collection/primitive/MutableCharCollection.add(C)Z (9 itf)
                  (C)V
                  1
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)V
         2: .line 304
            aload 1 /* set */
            areturn
        end local 1 // org.eclipse.collections.api.set.primitive.MutableCharSet set
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            1    3     1   set  Lorg/eclipse/collections/api/set/primitive/MutableCharSet;

  public org.eclipse.collections.api.bag.primitive.MutableCharBag toBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
         0: .line 310
            new org.eclipse.collections.impl.bag.mutable.primitive.CharHashBag
            dup
            invokespecial org.eclipse.collections.impl.bag.mutable.primitive.CharHashBag.<init>:()V
            astore 1 /* bag */
        start local 1 // org.eclipse.collections.api.bag.primitive.MutableCharBag bag
         1: .line 311
            aload 0 /* this */
            aload 1 /* bag */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic value(Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;)Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (C)V
                  org/eclipse/collections/api/collection/primitive/MutableCharCollection.add(C)Z (9 itf)
                  (C)V
                  1
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)V
         2: .line 312
            aload 1 /* bag */
            areturn
        end local 1 // org.eclipse.collections.api.bag.primitive.MutableCharBag bag
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            1    3     1   bag  Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;

  public long sum();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
         0: .line 318
            new org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure
            dup
            invokespecial org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure.<init>:()V
            astore 1 /* procedure */
        start local 1 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure procedure
         1: .line 319
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)V
         2: .line 320
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure.getValue:()C
            i2l
            lreturn
        end local 1 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure procedure
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            1    3     1  procedure  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable$CharSumProcedure;

  public char max();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
         0: .line 326
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.isEmpty:()Z
            ifeq 2
         1: .line 328
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 330
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharMaxProcedure
            dup
            invokespecial org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharMaxProcedure.<init>:()V
            astore 1 /* procedure */
        start local 1 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharMaxProcedure procedure
         3: .line 331
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)V
         4: .line 332
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharMaxProcedure.getValue:()C
            ireturn
        end local 1 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharMaxProcedure procedure
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            3    5     1  procedure  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable$CharMaxProcedure;

  public char maxIfEmpty(char);
    descriptor: (C)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // char ifEmpty
         0: .line 338
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.isEmpty:()Z
            ifeq 2
         1: .line 340
            iload 1 /* ifEmpty */
            ireturn
         2: .line 342
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.max:()C
            ireturn
        end local 1 // char ifEmpty
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    3     1  ifEmpty  C
    MethodParameters:
         Name  Flags
      ifEmpty  

  public char min();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
         0: .line 348
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.isEmpty:()Z
            ifeq 2
         1: .line 350
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 352
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharMinProcedure
            dup
            invokespecial org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharMinProcedure.<init>:()V
            astore 1 /* procedure */
        start local 1 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharMinProcedure procedure
         3: .line 353
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)V
         4: .line 354
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharMinProcedure.getValue:()C
            ireturn
        end local 1 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharMinProcedure procedure
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            3    5     1  procedure  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable$CharMinProcedure;

  public char minIfEmpty(char);
    descriptor: (C)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // char ifEmpty
         0: .line 360
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.isEmpty:()Z
            ifeq 2
         1: .line 362
            iload 1 /* ifEmpty */
            ireturn
         2: .line 364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.min:()C
            ireturn
        end local 1 // char ifEmpty
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    3     1  ifEmpty  C
    MethodParameters:
         Name  Flags
      ifEmpty  

  public double average();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
         0: .line 370
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.isEmpty:()Z
            ifeq 2
         1: .line 372
            new java.lang.ArithmeticException
            dup
            invokespecial java.lang.ArithmeticException.<init>:()V
            athrow
         2: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.sum:()J
            l2d
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.size:()I
            i2d
            ddiv
            dreturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;

  public double median();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
         0: .line 380
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.isEmpty:()Z
            ifeq 2
         1: .line 382
            new java.lang.ArithmeticException
            dup
            invokespecial java.lang.ArithmeticException.<init>:()V
            athrow
         2: .line 384
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.toSortedArray:()[C
            astore 1 /* sortedArray */
        start local 1 // char[] sortedArray
         3: .line 385
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            ishr
            istore 2 /* middleIndex */
        start local 2 // int middleIndex
         4: .line 386
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            if_icmple 8
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            iand
            ifne 8
         5: .line 388
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            caload
            istore 3 /* first */
        start local 3 // char first
         6: .line 389
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            iconst_1
            isub
            caload
            istore 4 /* second */
        start local 4 // char second
         7: .line 390
            iload 3 /* first */
            i2d
            iload 4 /* second */
            i2d
            dadd
            ldc 2.0
            ddiv
            dreturn
        end local 4 // char second
        end local 3 // char first
         8: .line 392
      StackMap locals: char[] int
      StackMap stack:
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            caload
            i2d
            dreturn
        end local 2 // int middleIndex
        end local 1 // char[] sortedArray
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            3    9     1  sortedArray  [C
            4    9     2  middleIndex  I
            6    8     3        first  C
            7    8     4       second  C

  public char[] toSortedArray();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
         0: .line 398
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.toSortedList:()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableCharList.toArray:()[C
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;

  public org.eclipse.collections.api.list.primitive.MutableCharList toSortedList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableCharList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
         0: .line 404
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.CharArrayList.newList:(Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/CharArrayList;
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.CharArrayList.sortThis:()Lorg/eclipse/collections/impl/list/mutable/primitive/CharArrayList;
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;

  public org.eclipse.collections.api.LazyCharIterable asLazy();
    descriptor: ()Lorg/eclipse/collections/api/LazyCharIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
         0: .line 482
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;

  public org.eclipse.collections.api.CharIterable select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/CharIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.select:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/LazyCharIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.CharToObjectFunction
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.collect:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.CharIterable tap(org.eclipse.collections.api.block.procedure.primitive.CharProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)Lorg/eclipse/collections/api/CharIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)Lorg/eclipse/collections/api/LazyCharIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.CharIterable reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/CharIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/LazyCharIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private boolean lambda$0(char);
    descriptor: (C)Z
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
        start local 1 // char value
         0: .line 139
            aload 0 /* this */
            iload 1 /* value */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable.contains:(C)Z
            ireturn
        end local 1 // char value
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;
            0    1     1  value  C

  private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
    descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=7, locals=3, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
            astore 1
            iconst_m1
            istore 2
            aload 1
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 2
          -1647345005: 1
                96417: 2
              default: 5
          }
      StackMap locals: java.lang.String int
      StackMap stack:
         1: aload 1
            ldc "lambda$0"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
            iconst_0
            istore 2
            goto 5
      StackMap locals:
      StackMap stack:
         2: aload 1
            ldc "add"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
            iconst_1
            istore 2
            goto 5
      StackMap locals:
      StackMap stack:
         3: aload 1
            ldc "add"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_1
            istore 2
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 1
            ldc "add"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
            iconst_1
            istore 2
      StackMap locals:
      StackMap stack:
         5: iload 2
            lookupswitch { // 2
                    0: 6
                    1: 7
              default: 10
          }
      StackMap locals:
      StackMap stack:
         6: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 7
            if_icmpne 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/predicate/primitive/CharPredicate"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "accept"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(C)Z"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(C)Z"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable
            invokedynamic accept(Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable;)Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (C)Z
                  org/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable.lambda$0(C)Z (7)
                  (C)Z
                  1
            areturn
      StackMap locals:
      StackMap stack:
         7: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 9
            if_icmpne 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/procedure/primitive/CharProcedure"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(C)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/collection/primitive/MutableCharCollection"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(C)Z"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.list.primitive.MutableCharList
            invokedynamic value(Lorg/eclipse/collections/api/list/primitive/MutableCharList;)Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (C)V
                  org/eclipse/collections/api/collection/primitive/MutableCharCollection.add(C)Z (9 itf)
                  (C)V
                  1
            areturn
      StackMap locals:
      StackMap stack:
         8: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 9
            if_icmpne 9
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/procedure/primitive/CharProcedure"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 9
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 9
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(C)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 9
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/collection/primitive/MutableCharCollection"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 9
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(C)Z"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 9
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.set.primitive.MutableCharSet
            invokedynamic value(Lorg/eclipse/collections/api/set/primitive/MutableCharSet;)Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (C)V
                  org/eclipse/collections/api/collection/primitive/MutableCharCollection.add(C)Z (9 itf)
                  (C)V
                  1
            areturn
      StackMap locals:
      StackMap stack:
         9: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 9
            if_icmpne 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/procedure/primitive/CharProcedure"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(C)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/collection/primitive/MutableCharCollection"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(C)Z"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.bag.primitive.MutableCharBag
            invokedynamic value(Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;)Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (C)V
                  org/eclipse/collections/api/collection/primitive/MutableCharCollection.add(C)Z (9 itf)
                  (C)V
                  1
            areturn
      StackMap locals:
      StackMap stack:
        10: new java.lang.IllegalArgumentException
            dup
            ldc "Invalid lambda deserialization"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AbstractLazyCharIterable.java"
NestMembers:
  org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharMaxProcedure  org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharMinProcedure  org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  private final CharMaxProcedure = org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharMaxProcedure of org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable
  private final CharMinProcedure = org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharMinProcedure of org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable
  private final CharSumProcedure = org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure of org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable