object abstract method
Returns a child data object at key
.
FormatException is thrown if an underlying value is unavailable or cannot be represented as DataObject.
Implementation
DataObject object(K key);
Returns a child data object at key
.
FormatException is thrown if an underlying value is unavailable or cannot be represented as DataObject.
DataObject object(K key);