Class MultimapKeyValuesSerializingProcedure<K,V>
java.lang.Object
org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure2<K,RichIterable<V>>
org.eclipse.collections.impl.block.procedure.checked.MultimapKeyValuesSerializingProcedure<K,V>
- All Implemented Interfaces:
Serializable
,BiConsumer<K,RichIterable<V>>
,Procedure2<K,RichIterable<V>>
,ThrowingProcedure2<K,RichIterable<V>>
public class MultimapKeyValuesSerializingProcedure<K,V> extends CheckedProcedure2<K,RichIterable<V>>
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MultimapKeyValuesSerializingProcedure(ObjectOutput out)
-
Method Summary
Modifier and Type Method Description void
safeValue(K key, RichIterable<V> iterable)
Methods inherited from class org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure2
value
-
Constructor Details
-
Method Details
-
safeValue
- Throws:
IOException
-