ignoredQueryFor abstract method

DwRepoQueryKey<Object>? ignoredQueryFor(
  1. DwRepoBinding binding
)

A query this store will decline to keep, or null when it keeps everything it is offered.

Declining is an ordinary answer, and a store that never declines is a legitimate store — the case is skipped for it rather than failed.

Implementation

DwRepoQueryKey<Object>? ignoredQueryFor(DwRepoBinding binding);