OrthogonalData
OrthogonalData transforms an object of arrays {foo: [1, 2], bar: [3, 4]}
to or from an array of objects [{foo: 1, bar: 3}, {foo: 2, bar: 4}]
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public set |
Sets an object of arrays. |
|
public get |
Returns an object of arrays. |
|
public set |
Sets an array of objects. |
|
public get |
Returns an array of objects. |
Method Summary
Public Methods | ||
public |
Updates array of objects from object of arrays. |
|
public |
Updates object of arrays from array of objects. |