Class MultimapPutProcedure<K,​V>

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

    public final class MultimapPutProcedure<K,​V>
    extends java.lang.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:
    Serialized Form