public class AggTransforms
extends Object
-
Field Summary
Fields
static final com.google.gson.Gson
-
Constructor Summary
Constructors
-
Method Summary
static <K,
V> Agg<com.google.common.collect.Multimap<K,V>>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
defaultGson
public static final com.google.gson.Gson defaultGson
-
Constructor Details
-
AggTransforms
public AggTransforms()
-
Method Details
-
multimap
public static <K,
V>
Agg<com.google.common.collect.Multimap<K,V>> multimap(AggMap<K,List<V>> aggMap)
-
clazz
public static <V,
T> Agg<T> clazz(Class<T> cl,
Agg<V> agg)
-
clazz
public static <V,
T> Agg<T> clazz(Class<T> cl,
Agg<V> agg,
com.google.gson.Gson gson)