View Source Delta.Attr (Delta v0.4.1)

Summary

Functions

compose(a, b, keepNil \\ false)

@spec compose(a :: maybe_map(), b :: maybe_map(), keepNil :: boolean()) ::
  boolean() | map()

diff(a, b)

(since 0.4.0)
@spec diff(a :: maybe_map(), b :: maybe_map()) :: map()

invert(attr, base)

@spec invert(attr :: maybe_map(), base :: maybe_map()) :: map()

transform(a, b, arg3)

@spec transform(a :: maybe_map(), b :: maybe_map(), priority :: boolean()) ::
  boolean() | map()