(Collector<T, ?, ImmutableListMultimap<K, V>>) flatteningToImmutableListMultimap(Function<?, super, T, ?, extends, K>, Function<?, super, T, ?, extends, Stream<?, extends, V>>)
   | 
  Returns a {@code Collector} accumulating entries into an {@code ImmutableListMultimap}. | 
  
  
  (Collector<T, ?, ImmutableListMultimap<K, V>>) toImmutableListMultimap(Function<?, super, T, ?, extends, K>, Function<?, super, T, ?, extends, V>)
   | 
  Returns a Collector that accumulates elements into an {@code ImmutableListMultimap}
 whose keys and values are the result of applying the provided mapping functions to the input
 elements. |