withCondition

abstract fun withCondition(newCondition: Condition): Q

Creates a new query with the specified condition.

Return

A new query object with the specified condition.

Parameters

newCondition

The new condition to use.