Class ConjureCollections


  • public final class ConjureCollections
    extends java.lang.Object
    Utility functions for conjure. Consumers should prefer to use something like guava instead of using these functions directly.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> void addAll​(java.util.Collection<T> addTo, java.lang.Iterable<? extends T> elementsToAdd)  
      • Methods inherited from class java.lang.Object

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

      • addAll

        public static <T> void addAll​(java.util.Collection<T> addTo,
                                      java.lang.Iterable<? extends T> elementsToAdd)