public class org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutAllProcedure<T, K, V> implements org.eclipse.collections.api.block.procedure.Procedure<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutAllProcedure
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final org.eclipse.collections.api.multimap.MutableMultimap<K, V> mutableMultimap;
    descriptor: Lorg/eclipse/collections/api/multimap/MutableMultimap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/multimap/MutableMultimap<TK;TV;>;

  private final org.eclipse.collections.api.block.function.Function<? super T, ? extends K> keyFunction;
    descriptor: Lorg/eclipse/collections/api/block/function/Function;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/function/Function<-TT;+TK;>;

  private final org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<V>> valueFunction;
    descriptor: Lorg/eclipse/collections/api/block/function/Function;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;

  public void <init>(org.eclipse.collections.api.multimap.MutableMultimap<K, V>, org.eclipse.collections.api.block.function.Function<? super T, ? extends K>, org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<V>>);
    descriptor: (Lorg/eclipse/collections/api/multimap/MutableMultimap;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutAllProcedure this
        start local 1 // org.eclipse.collections.api.multimap.MutableMultimap mutableMultimap
        start local 2 // org.eclipse.collections.api.block.function.Function keyFunction
        start local 3 // org.eclipse.collections.api.block.function.Function valueFunction
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            aload 0 /* this */
            aload 1 /* mutableMultimap */
            putfield org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutAllProcedure.mutableMultimap:Lorg/eclipse/collections/api/multimap/MutableMultimap;
         2: .line 32
            aload 0 /* this */
            aload 2 /* keyFunction */
            putfield org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutAllProcedure.keyFunction:Lorg/eclipse/collections/api/block/function/Function;
         3: .line 33
            aload 0 /* this */
            aload 3 /* valueFunction */
            putfield org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutAllProcedure.valueFunction:Lorg/eclipse/collections/api/block/function/Function;
         4: .line 34
            return
        end local 3 // org.eclipse.collections.api.block.function.Function valueFunction
        end local 2 // org.eclipse.collections.api.block.function.Function keyFunction
        end local 1 // org.eclipse.collections.api.multimap.MutableMultimap mutableMultimap
        end local 0 // org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutAllProcedure this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lorg/eclipse/collections/impl/block/procedure/MultimapKeyValuePutAllProcedure<TT;TK;TV;>;
            0    5     1  mutableMultimap  Lorg/eclipse/collections/api/multimap/MutableMultimap<TK;TV;>;
            0    5     2      keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TK;>;
            0    5     3    valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
    Signature: (Lorg/eclipse/collections/api/multimap/MutableMultimap<TK;TV;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;)V
    MethodParameters:
                 Name  Flags
      mutableMultimap  
      keyFunction      
      valueFunction    

  public void value();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutAllProcedure this
        start local 1 // java.lang.Object each
         0: .line 39
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutAllProcedure.keyFunction:Lorg/eclipse/collections/api/block/function/Function;
            aload 1 /* each */
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* key */
        start local 2 // java.lang.Object key
         1: .line 40
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutAllProcedure.valueFunction:Lorg/eclipse/collections/api/block/function/Function;
            aload 1 /* each */
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Iterable
            astore 3 /* value */
        start local 3 // java.lang.Iterable value
         2: .line 41
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutAllProcedure.mutableMultimap:Lorg/eclipse/collections/api/multimap/MutableMultimap;
            aload 2 /* key */
            aload 3 /* value */
            invokeinterface org.eclipse.collections.api.multimap.MutableMultimap.putAll:(Ljava/lang/Object;Ljava/lang/Iterable;)Z
            pop
         3: .line 42
            return
        end local 3 // java.lang.Iterable value
        end local 2 // java.lang.Object key
        end local 1 // java.lang.Object each
        end local 0 // org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutAllProcedure this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/eclipse/collections/impl/block/procedure/MultimapKeyValuePutAllProcedure<TT;TK;TV;>;
            0    4     1   each  TT;
            1    4     2    key  TK;
            2    4     3  value  Ljava/lang/Iterable<TV;>;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      each  
}
Signature: <T:Ljava/lang/Object;K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;
SourceFile: "MultimapKeyValuePutAllProcedure.java"