Or

data class Or(val operands: List<Predicate>) : Predicate

At least one operand holds.

Constructors

Link copied to clipboard
constructor(operands: List<Predicate>)

Properties

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.