Companion

object Companion

Functions

Link copied to clipboard
fun of(value: BigDecimal): QueryValue
fun of(value: Boolean): QueryValue
fun of(value: Long): QueryValue
fun of(value: String): QueryValue

The literal for value.

fun of(value: Double): QueryValue

The literal for value. Rejects NaN and the infinities, which no ordering admits.

Link copied to clipboard
fun ofAny(value: Any?): QueryValue

The literal for value, for a caller holding an untyped one.