Uses of Class
mondrian.util.CombiningGenerator
-
Packages that use CombiningGenerator Package Description mondrian.util Mondrian utilities. -
-
Uses of CombiningGenerator in mondrian.util
Methods in mondrian.util that return CombiningGenerator Modifier and Type Method Description static <T> CombiningGenerator<T>
CombiningGenerator. of(Collection<T> elements)
Creates a CombiningGenerator, inferring the type from the argument.
-