public final class org.eclipse.collections.impl.utility.primitive.LazyCharIterate
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.utility.primitive.LazyCharIterate
  super_class: java.lang.Object
{
  private static final org.eclipse.collections.api.LazyCharIterable EMPTY_ITERABLE;
    descriptor: Lorg/eclipse/collections/api/LazyCharIterable;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 37
            getstatic org.eclipse.collections.impl.factory.primitive.CharLists.immutable:Lorg/eclipse/collections/api/factory/list/primitive/ImmutableCharListFactory;
            invokeinterface org.eclipse.collections.api.factory.list.primitive.ImmutableCharListFactory.empty:()Lorg/eclipse/collections/api/list/primitive/ImmutableCharList;
            invokeinterface org.eclipse.collections.api.list.primitive.ImmutableCharList.asLazy:()Lorg/eclipse/collections/api/LazyCharIterable;
            putstatic org.eclipse.collections.impl.utility.primitive.LazyCharIterate.EMPTY_ITERABLE:Lorg/eclipse/collections/api/LazyCharIterable;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.utility.primitive.LazyCharIterate this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            new java.lang.AssertionError
            dup
            ldc "Suppress default constructor for noninstantiability"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 0 // org.eclipse.collections.impl.utility.primitive.LazyCharIterate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/utility/primitive/LazyCharIterate;

  public static org.eclipse.collections.api.LazyCharIterable adapt(org.eclipse.collections.api.CharIterable);
    descriptor: (Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/api/LazyCharIterable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.CharIterable iterable
         0: .line 49
            new org.eclipse.collections.impl.lazy.primitive.LazyCharIterableAdapter
            dup
            aload 0 /* iterable */
            invokespecial org.eclipse.collections.impl.lazy.primitive.LazyCharIterableAdapter.<init>:(Lorg/eclipse/collections/api/CharIterable;)V
            areturn
        end local 0 // org.eclipse.collections.api.CharIterable iterable
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  iterable  Lorg/eclipse/collections/api/CharIterable;
    MethodParameters:
          Name  Flags
      iterable  

  public static org.eclipse.collections.api.LazyCharIterable select(org.eclipse.collections.api.CharIterable, org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/LazyCharIterable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.CharIterable iterable
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
         0: .line 57
            new org.eclipse.collections.impl.lazy.primitive.SelectCharIterable
            dup
            aload 0 /* iterable */
            aload 1 /* predicate */
            invokespecial org.eclipse.collections.impl.lazy.primitive.SelectCharIterable.<init>:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.api.CharIterable iterable
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0   iterable  Lorg/eclipse/collections/api/CharIterable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    MethodParameters:
           Name  Flags
      iterable   
      predicate  

  public static <V> org.eclipse.collections.api.LazyIterable<V> collect(org.eclipse.collections.api.CharIterable, org.eclipse.collections.api.block.function.primitive.CharToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.CharIterable iterable
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharToObjectFunction function
         0: .line 67
            new org.eclipse.collections.impl.lazy.primitive.CollectCharToObjectIterable
            dup
            aload 0 /* iterable */
            aload 1 /* function */
            invokespecial org.eclipse.collections.impl.lazy.primitive.CollectCharToObjectIterable.<init>:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharToObjectFunction function
        end local 0 // org.eclipse.collections.api.CharIterable iterable
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  iterable  Lorg/eclipse/collections/api/CharIterable;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/LazyIterable<TV;>;
    MethodParameters:
          Name  Flags
      iterable  
      function  

  public static <V> org.eclipse.collections.api.LazyIterable<V> flatCollect(org.eclipse.collections.api.CharIterable, org.eclipse.collections.api.block.function.primitive.CharToObjectFunction<? extends java.lang.Iterable<V>>);
    descriptor: (Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.CharIterable iterable
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharToObjectFunction function
         0: .line 79
            new org.eclipse.collections.impl.lazy.primitive.FlatCollectCharToObjectIterable
            dup
            aload 0 /* iterable */
            aload 1 /* function */
            invokespecial org.eclipse.collections.impl.lazy.primitive.FlatCollectCharToObjectIterable.<init>:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharToObjectFunction function
        end local 0 // org.eclipse.collections.api.CharIterable iterable
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  iterable  Lorg/eclipse/collections/api/CharIterable;
            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/CharIterable;Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<+Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/api/LazyIterable<TV;>;
    MethodParameters:
          Name  Flags
      iterable  
      function  

  public static <V> org.eclipse.collections.api.LazyIterable<V> collectIf(org.eclipse.collections.api.CharIterable, org.eclipse.collections.api.block.predicate.primitive.CharPredicate, org.eclipse.collections.api.block.function.primitive.CharToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.api.CharIterable iterable
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        start local 2 // org.eclipse.collections.api.block.function.primitive.CharToObjectFunction function
         0: .line 90
            aload 0 /* iterable */
            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;
            aload 2 /* function */
            invokeinterface org.eclipse.collections.api.LazyCharIterable.collect:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
            areturn
        end local 2 // org.eclipse.collections.api.block.function.primitive.CharToObjectFunction function
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // org.eclipse.collections.api.CharIterable iterable
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0   iterable  Lorg/eclipse/collections/api/CharIterable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
            0    1     2   function  Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/LazyIterable<TV;>;
    MethodParameters:
           Name  Flags
      iterable   
      predicate  
      function   

  public static org.eclipse.collections.api.LazyCharIterable empty();
    descriptor: ()Lorg/eclipse/collections/api/LazyCharIterable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 95
            getstatic org.eclipse.collections.impl.utility.primitive.LazyCharIterate.EMPTY_ITERABLE:Lorg/eclipse/collections/api/LazyCharIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.eclipse.collections.api.LazyCharIterable tap(org.eclipse.collections.api.CharIterable, org.eclipse.collections.api.block.procedure.primitive.CharProcedure);
    descriptor: (Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)Lorg/eclipse/collections/api/LazyCharIterable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.CharIterable iterable
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure
         0: .line 105
            new org.eclipse.collections.impl.lazy.primitive.TapCharIterable
            dup
            aload 0 /* iterable */
            aload 1 /* procedure */
            invokespecial org.eclipse.collections.impl.lazy.primitive.TapCharIterable.<init>:(Lorg/eclipse/collections/api/CharIterable;Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure
        end local 0 // org.eclipse.collections.api.CharIterable iterable
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0   iterable  Lorg/eclipse/collections/api/CharIterable;
            0    1     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;
    MethodParameters:
           Name  Flags
      iterable   
      procedure  
}
SourceFile: "LazyCharIterate.java"