mergeOnWrite abstract method

AFTrackedQuery? mergeOnWrite(
  1. AFTrackedQuery newQuery
)

When you execute a new query of a given type, while an existing instance already exists, this method is called on the existing instance to merge the two queries.

This method can return just the new query, just the original query, or some merged version of the combined queries.

Implementation

AFTrackedQuery? mergeOnWrite(AFTrackedQuery newQuery);