Class MultimapKeyValuesSerializingProcedure<K,​V>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.ObjectOutput out  
      private static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void safeValue​(K key, RichIterable<V> iterable)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.BiConsumer

        andThen
      • Methods inherited from interface org.eclipse.collections.api.block.procedure.Procedure2

        accept
    • Field Detail

      • out

        private final java.io.ObjectOutput out
    • Constructor Detail

      • MultimapKeyValuesSerializingProcedure

        public MultimapKeyValuesSerializingProcedure​(java.io.ObjectOutput out)
    • Method Detail

      • safeValue

        public void safeValue​(K key,
                              RichIterable<V> iterable)
                       throws java.io.IOException
        Throws:
        java.io.IOException