static java.lang.Object |
Functions.any(Environment ignored,
java.lang.Object... args) |
Returns the first non-null object.
|
static java.lang.String |
Functions.concat(Environment ignored,
java.lang.Object... args) |
Assembles the strings to one.
|
static java.lang.String |
Functions.join(Environment ignored,
java.lang.String... args) |
Assembles the strings to one, where the first entry is used as separator.
|
static java.util.List<IPrimitive> |
Functions.parent_osm_primitives(Environment env,
java.lang.String key) |
Gets a list of all OSM id's of the object's parent(s) with a specified key.
|
static java.util.List<IPrimitive> |
Functions.parent_osm_primitives(Environment env,
java.lang.String key,
java.lang.String keyValue) |
Gets a list of all OSM id's of the object's parent(s) with a specified key.
|
static java.lang.Object |
Functions.print(java.lang.Object o) |
Prints the object to the command line (for debugging purpose).
|
static java.lang.Object |
Functions.println(java.lang.Object o) |
Prints the object to the command line, with new line at the end
(for debugging purpose).
|
static java.lang.String |
Functions.tr(Environment ignored,
java.lang.String... args) |
Translates some text for the current locale.
|