Class MultimapEachPutProcedure<K,​V>

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

public final class MultimapEachPutProcedure<K,​V>
extends Object
implements Procedure<V>
MultimapEachPutProcedure uses an Function to calculate the keys for an object and puts the object with each of the keys into the specified MutableMultimap.
See Also:
Serialized Form