Class IterableOperations


  • public final class IterableOperations
    extends java.lang.Object
    Provides static utility methods related to iterable operations
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <K,​V>
      java.util.Map<K,​V>
      reduce​(com.google.common.collect.Multimap<K,​V> values, IterableOperation<V> operation)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • reduce

        public static <K,​V> java.util.Map<K,​V> reduce​(com.google.common.collect.Multimap<K,​V> values,
                                                                  IterableOperation<V> operation)