hasFlags

open fun hasFlags(flags: Int): QueryFilter

Return QueryOperator.has(this, flag). The current object must be a path or property with enum type.

Return

QueryOperator.has(this, flag).

Parameters

flags

Flags value to be tested for.