Uses of Class
ubic.gemma.rest.util.args.AbstractArrayArg
-
Packages that use AbstractArrayArg Package Description ubic.gemma.rest.util.args -
-
Uses of AbstractArrayArg in ubic.gemma.rest.util.args
Subclasses of AbstractArrayArg in ubic.gemma.rest.util.args Modifier and Type Class Description class
AbstractEntityArrayArg<O extends Identifiable,S extends FilteringService<O>>
class
CompositeSequenceArrayArg
class
DatabaseEntryArrayArg
class
DatasetArrayArg
class
ExcludeArg<T>
class
GeneArrayArg
class
PlatformArrayArg
class
StringArrayArg
Class representing an API argument that should be an array of strings.class
TaxonArrayArg
Methods in ubic.gemma.rest.util.args with type parameters of type AbstractArrayArg Modifier and Type Method Description protected static <T extends AbstractArrayArg<?>>
TAbstractArrayArg. valueOf(String arg, String ofWhat, Function<List<String>,T> func, boolean decompressArg)
Evaluate an input array argument.
-