ReplaceDeepObject<T, TCondition, TValue> Recursively replaces objects in T that match TCondition with TValue.
See SpreadDeepObject for more details on recursive behavior.
The type to be modified.
The condition used to identify which objects in T should be replaced.
The type to replace the matching objects with.
The modified type with objects replaced as specified.
Generated using TypeDoc
ReplaceDeepObject<T, TCondition, TValue> Recursively replaces objects in T that match TCondition with TValue.
See SpreadDeepObject for more details on recursive behavior.