InvalidateFilter
class InvalidateFilter<T : DataModel<*>>(val type: FilterType? = null, val keys: Array<SurrogateKey>? = null, val predicate: (T) -> Boolean? = null) : Filter<T>
Filter for invalidating targets.
Constructors
Link copied to clipboard
constructor(type: FilterType? = null, keys: Array<SurrogateKey>? = null, predicate: (T) -> Boolean? = null)