ToNamedSchemas

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def unique(objs: Iterable[NamedSchema]): Iterable[NamedSchema]

Keeps only the first object data for each SName. In case of recursive objects, the first one is the most complete as it contains the built-up structure, unlike subsequent ones, which only represent leaves (#354).

Keeps only the first object data for each SName. In case of recursive objects, the first one is the most complete as it contains the built-up structure, unlike subsequent ones, which only represent leaves (#354).