Class ConjureCollections
- java.lang.Object
-
- com.palantir.conjure.java.lib.internal.ConjureCollections
-
public final class ConjureCollections extends java.lang.ObjectUtility 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> voidaddAll(java.util.Collection<T> addTo, java.lang.Iterable<? extends T> elementsToAdd)
-