YamlListAdapter
class YamlListAdapter(val backing: YamlList) : AbstractKpaList<YamlElement> , YamlElementAdapter, RebuildableKpaList(source)
Adapter exposing a YamlList as a RebuildableKpaList.
Extends AbstractKpaList which handles index access, size, and list enumeration. Navigation is performed through the adapter machinery; backing is exposed for callers that need the raw YamlList.
Parameters
backing
The underlying YamlList.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the YamlList backing this adapter as a YamlElement.
Link copied to clipboard
Returns the YamlElement backing this adapter, or throws if this is not a YamlElementAdapter.