Class MultimapKeyValuePutAllProcedure<T,​K,​V>

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

public class MultimapKeyValuePutAllProcedure<T,​K,​V>
extends Object
implements Procedure<T>
MultimapKeyValuePutAllProcedure uses an Functions to calculate the key and values for an object and puts the key with all values into the specified MutableMultimap.
See Also:
Serialized Form