add

inline fun <T> add(value: T)(source)

Adds a field value to the Query The value will be encoded according to the EncodeSettings set by this builder.

Parameters

T

the type of the value to add

value

the value T to add