withCondition

open override fun withCondition(newCondition: Condition): ISingleQuery

Creates a new SingleQuery with the specified condition.

Return

A new SingleQuery with the updated condition.

Parameters

newCondition

The new condition to apply.