Catalog

class Catalog<T>(elements: List<CatalogEntry<T>>)

Provides a catalog of elements of .

Constructors

Link copied to clipboard
constructor(elements: List<CatalogEntry<T>>)

Functions

Link copied to clipboard

Get all elements in this catalog.

Link copied to clipboard
fun merge(catalog: Catalog<T>)

Merge another Catalog in to this one.