gatelogue_aggregator.types.base.Mergeable

class gatelogue_aggregator.types.base.Mergeable

Bases: Generic

__init__()

Methods

__init__()

equivalent(ctx, other)

merge(ctx, other)

merge_if_equivalent(ctx, other)

merge_lists(ctx, self, other)

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