ResumeFilter

class ResumeFilter<T : DataModel<*>>(val keys: Array<SurrogateKey>? = null, val predicate: (T) -> Boolean) : Filter<T>

Filter for resuming targets.

Constructors

Link copied to clipboard
constructor(keys: Array<SurrogateKey>? = null, predicate: (T) -> Boolean)

Properties

Link copied to clipboard
open override val keys: Array<SurrogateKey>? = null

Tag keys of queries to be filtered.

Link copied to clipboard
open override val predicate: (T) -> Boolean

Further conditions to narrow down the filtering targets based on fields of T.

Link copied to clipboard
open override val type: FilterType

Management category of queries to be filtered.