objectbox-kotlin
/
io.objectbox.kotlin
/
greater
greater
inline fun <
T
>
QueryBuilder
<
T
>.
greater
(property:
Property
<
T
>, value:
Short
):
QueryBuilder
<
T
>
Content copied to clipboard
inline fun <
T
>
QueryBuilder
<
T
>.
greater
(property:
Property
<
T
>, value:
Int
):
QueryBuilder
<
T
>
Content copied to clipboard
Shortcut for
greater(property, value.toLong())
inline fun <
T
>
QueryBuilder
<
T
>.
greater
(property:
Property
<
T
>, value:
Float
):
QueryBuilder
<
T
>
Content copied to clipboard
Shortcut for
greater(property, value.toDouble())