View Source Delta.Attr (Delta v0.4.0)

Summary

Functions

Link to this function

compose(a, b, keepNil \\ false)

View Source
@spec compose(a :: maybe_map(), b :: maybe_map(), keepNil :: boolean()) ::
  boolean() | map()
Link to this function

diff(a, b)

View Source (since 0.4.0)
@spec diff(a :: maybe_map(), b :: maybe_map()) :: map()
@spec invert(attr :: maybe_map(), base :: maybe_map()) :: map()
@spec transform(a :: maybe_map(), b :: maybe_map(), priority :: boolean()) ::
  boolean() | map()