Packageorg.granite.tide.data
Interfacepublic interface ICustomMerger

Interface for custom data mergers



Public Methods
 MethodDefined by
  
accepts(obj:Object):Boolean
Should return true if this merger is able to handle the specified object
ICustomMerger
Method detail
accepts()method
public function accepts(obj:Object):Boolean

Should return true if this merger is able to handle the specified object

Parameters
obj:Object — an object

Returns
Boolean — true if object can be handled