appendCondition

open override fun appendCondition(append: Condition): Condition

Appends a condition to this condition using logical AND.

If this condition is the ALL condition (matches everything), returns the appended condition. Otherwise, creates a new AND condition combining this condition with the appended one.

Return

A new condition combining this and the appended condition with AND logic.

Parameters

append

The condition to append.