Package-level declarations
Functions
Returns true if all Boolean values in the field are true.
Returns true if all values in the field satisfy the given predicate.
Returns true if at least one Boolean value in the field is true.
Returns true if any value in the field satisfies the given predicate.
Collects all distinct field values.
Collects the field entries that satisfy the given predicate, transforms them using transform, and stores the results in the provided accumulator.
Collects the field entries that satisfy the given predicate, transforms them using transform, and stores the results in a new Collection produced by produceAccumulator.
Counts the number of field IDs that satisfy the given predicate.
Counts the number of field values that satisfy the given predicate.
Accumulates a result starting from initial, by applying accumulator to each value in the field (excluding the local one).
Returns the ID of the entry that yields the largest value according to the given comparator.
Returns the value of the entry that yields the largest value according to the given selector.
Returns the value of the entry that yields the largest value according to the given comparator.
Returns the entry that yields the largest value according to the given comparator.
Returns the ID of the entry that yields the smallest value according to the given comparator.
Returns the value of the entry that yields the smallest value according to the given selector.
Returns the value of the entry that yields the smallest value according to the given comparator.
Returns the entry that yields the smallest value according to the given comparator.
Returns true if no Boolean values in the field are true.
Returns true if no value in the field satisfies the given predicate.