toggle menu
realm-kotlin
3.0.0
common
switch theme
search in API
Realm Kotlin SDK
/
io.realm.kotlin.query
/
sum
sum
inline
fun
<
T
:
Any
>
RealmQuery
<
*
>
.
sum
(
property
:
String
)
:
RealmScalarQuery
<
T
>
Similar to
RealmQuery.sum
but the type parameter is automatically inferred.