Class MultimapEachPutProcedure<K,​V>

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Consumer<V>, Procedure<V>

    public final class MultimapEachPutProcedure<K,​V>
    extends java.lang.Object
    implements Procedure<V>
    MultimapEachPutProcedure uses a 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