andHaving

fun Query.andHaving(andPart: () -> Op<Boolean>): Query

Mutate Query instance and add andPart to having condition with and operator.

Return

same Query instance which was provided as a receiver.