withCondition

open override fun withCondition(newCondition: Condition): IListQuery

Creates a new ListQuery with the specified condition.

Return

A new ListQuery with the updated condition.

Parameters

newCondition

The new condition to apply.