unaryPlus

operator fun Char.unaryPlus(): QueryBuilder

Appends the receiver Char to this QueryBuilder.


operator fun String.unaryPlus(): QueryBuilder

Appends the receiver String to this QueryBuilder.


operator fun Expression<*>.unaryPlus(): QueryBuilder

Appends the receiver Expression to this QueryBuilder.