public class org.eclipse.collections.impl.lazy.ChunkIterable<T> extends org.eclipse.collections.impl.lazy.AbstractLazyIterable<org.eclipse.collections.api.RichIterable<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.lazy.ChunkIterable
  super_class: org.eclipse.collections.impl.lazy.AbstractLazyIterable
{
  private final java.lang.Iterable<T> iterable;
    descriptor: Ljava/lang/Iterable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Iterable<TT;>;

  private final int size;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.Iterable<T>, );
    descriptor: (Ljava/lang/Iterable;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.ChunkIterable this
        start local 1 // java.lang.Iterable iterable
        start local 2 // int size
         0: .line 29
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.AbstractLazyIterable.<init>:()V
         1: .line 31
            iload 2 /* size */
            ifgt 3
         2: .line 33
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Size for groups must be positive but was: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* size */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 36
      StackMap locals: org.eclipse.collections.impl.lazy.ChunkIterable java.lang.Iterable int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* iterable */
            putfield org.eclipse.collections.impl.lazy.ChunkIterable.iterable:Ljava/lang/Iterable;
         4: .line 37
            aload 0 /* this */
            iload 2 /* size */
            putfield org.eclipse.collections.impl.lazy.ChunkIterable.size:I
         5: .line 38
            return
        end local 2 // int size
        end local 1 // java.lang.Iterable iterable
        end local 0 // org.eclipse.collections.impl.lazy.ChunkIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/collections/impl/lazy/ChunkIterable<TT;>;
            0    6     1  iterable  Ljava/lang/Iterable<TT;>;
            0    6     2      size  I
    Signature: (Ljava/lang/Iterable<TT;>;I)V
    MethodParameters:
          Name  Flags
      iterable  
      size      

  public java.util.Iterator<org.eclipse.collections.api.RichIterable<T>> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.ChunkIterable this
         0: .line 43
            new org.eclipse.collections.impl.lazy.iterator.ChunkIterator
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.ChunkIterable.iterable:Ljava/lang/Iterable;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.ChunkIterable.size:I
            invokespecial org.eclipse.collections.impl.lazy.iterator.ChunkIterator.<init>:(Ljava/lang/Iterable;I)V
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.ChunkIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/ChunkIterable<TT;>;
    Signature: ()Ljava/util/Iterator<Lorg/eclipse/collections/api/RichIterable<TT;>;>;

  public void each(org.eclipse.collections.api.block.procedure.Procedure<? super org.eclipse.collections.api.RichIterable<T>>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.ChunkIterable this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 49
            aload 0 /* this */
            aload 1 /* procedure */
            invokestatic org.eclipse.collections.impl.utility.internal.IterableIterate.forEach:(Ljava/lang/Iterable;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         1: .line 50
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.lazy.ChunkIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/lazy/ChunkIterable<TT;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/RichIterable<TT;>;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/RichIterable<TT;>;>;)V
    MethodParameters:
           Name  Flags
      procedure  
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/lazy/AbstractLazyIterable<Lorg/eclipse/collections/api/RichIterable<TT;>;>;
SourceFile: "ChunkIterable.java"