AnyOf

data class AnyOf(val path: CatalogPath, val values: List<QueryValue>) : Predicate

Some value at path equals one of values. The IN case.

Constructors

Link copied to clipboard
constructor(path: CatalogPath, values: List<QueryValue>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
infix fun Predicate.and(other: Predicate): Predicate

Both hold.

Link copied to clipboard
infix fun Predicate.or(other: Predicate): Predicate

Either holds.

Link copied to clipboard

Every path this predicate mentions of the document, deduplicated, in the order first seen.