Interface Combiner<T>

    • Method Detail

      • combineAll

        default void combineAll​(java.lang.Iterable<T> thingsToCombine)
      • combineOne

        void combineOne​(T thingToCombine)
      • useCombineOne

        boolean useCombineOne()