object abstract method

DataObject object(
  1. K key
)

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);