Otis wrote:
I don't quite follow what it would mean, conceptually
. Could you give an example to illustrate the usage?
Nah.
I think you're right, and it doesn't make sense.
It's complex to explain where I would need it, and I realize now that it would only be useful in the case of a collection fetch.
My situation is different that most people's, since I need to do collection comparisons before I save, and so I have to fetch the collection before I can decide what needs to be saved. So I have prefetches abstracted that I use for both fetches for viewing and fetches for saving. What I wanted was to ensure was that I was using the same filtering techniques for both.
Anyway, I have other ways of handling it, so all is well.