gatelogue_aggregator.types.mergeable.Mergeable

class gatelogue_aggregator.types.mergeable.Mergeable

Bases: object

__init__()

Methods

__init__()

equivalent(src, other)

merge(src, other)

merge_if_equivalent(src, other)

merge_lists(src, self, other)

equivalent(src: Source, other: Self) bool
merge(src: Source, other: Self)
merge_if_equivalent(src: Source, other: Self) bool
static merge_lists(src: Source, self: list[T], other: list[T])