Package | net.user1.utils |
Class | public class ObjectUtil |
Inheritance | ObjectUtil ![]() |
Since : | Reactor 1.0.0 |
Method | Defined By | ||
---|---|---|---|
combine(... objects):Object [static]
Combines multiple objects into a new object, such that
the new object contains all dynamic keys present in all the specified
objects. | ObjectUtil | ||
length(o:Object):int [static] | ObjectUtil |
combine | () | method |
public static function combine(... objects):Object
Combines multiple objects into a new object, such that the new object contains all dynamic keys present in all the specified objects.
Parameters
... objects — A list of objects to combine. If an array of objects is provided
as the only argument, that array's elements are combined into a new object.
|
Object —
|
length | () | method |
public static function length(o:Object):int
Parameters
o:Object |
int |