Packagenet.user1.utils
Classpublic class ObjectUtil
InheritanceObjectUtil Inheritance Object

Since : Reactor 1.0.0

Utilities for working with Objects.



Public Methods
 MethodDefined 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
Method Descriptions
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.

Returns
Object
length()method 
public static function length(o:Object):int

Parameters

o:Object

Returns
int