Class MultimapPutProcedure<K,V>

java.lang.Object
org.eclipse.collections.impl.block.procedure.MultimapPutProcedure<K,V>
All Implemented Interfaces:
Serializable, Consumer<V>, Procedure<V>

public final class MultimapPutProcedure<K,V> extends Object implements Procedure<V>
MultimapPutProcedure uses a Function to calculate the key for an object and puts the object with the key into the specified MutableMultimap.
See Also: