RealmScalarNullableQuery
Queries that return scalar, nullable values. This type of query is used to more accurately represent the results provided by some query operations, e.g. RealmQuery.min or RealmQuery.max.
Functions
Link copied to clipboard
Similar to RealmScalarNullableQuery.find but it receives a block in which the scalar result from the query is provided.
Similar to RealmScalarQuery.find but it receives a block in which the scalar result from the query is provided.