java.io.Serializable, java.util.function.BiConsumer<K,V>, Procedure2<K,V>, ThrowingProcedure2<K,V>public class MultimapKeyValuesSerializingProcedure<K,V> extends CheckedProcedure2<K,RichIterable<V>>
| Constructor | Description |
|---|---|
MultimapKeyValuesSerializingProcedure(java.io.ObjectOutput out) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
safeValue(K key,
RichIterable<V> iterable) |
valueequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptpublic MultimapKeyValuesSerializingProcedure(java.io.ObjectOutput out)
public void safeValue(K key, RichIterable<V> iterable) throws java.io.IOException
java.io.IOExceptionCopyright © 2004–2017. All rights reserved.