orHaving

fun Query.orHaving(orPart: () -> Op<Boolean>): Query

Mutate Query instance and add orPart to having condition with or operator.

Return

same Query instance which was provided as a receiver.