Firebase Kotlin SDK
Toggle table of contents
2.4.0
common
Platform filter
common
Switch theme
Search in API
Firebase Kotlin SDK
firebase-firestore
/
dev.gitlive.firebase.firestore
/
FilterBuilder
/
greaterThan
greater
Than
infix inline
fun
<
T
:
Any
>
String
.
greaterThan
(
value
:
T
)
:
Filter.WithConstraint
(
source
)
fun
<
T
:
Any
>
String
.
greaterThan
(
strategy
:
SerializationStrategy
<
T
>
,
value
:
T
)
:
Filter.WithConstraint
(
source
)
infix inline
fun
<
T
:
Any
>
FieldPath
.
greaterThan
(
value
:
T
)
:
Filter.WithConstraint
(
source
)
fun
<
T
:
Any
>
FieldPath
.
greaterThan
(
strategy
:
SerializationStrategy
<
T
>
,
value
:
T
)
:
Filter.WithConstraint
(
source
)