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:
java.io.Serializable
,java.util.function.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
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.ObjectOutput
out
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description MultimapKeyValuesSerializingProcedure(java.io.ObjectOutput out)
-
Method Summary
All Methods Instance Methods Concrete Methods 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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.procedure.Procedure2
accept
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
out
private final java.io.ObjectOutput out
-
-
Method Detail
-
safeValue
public void safeValue(K key, RichIterable<V> iterable) throws java.io.IOException
- Throws:
java.io.IOException
-
-